# Get KC Bots **GET /v1/kcbot** Fetch metadata for KC Bots from your PX Subscription. The API provides you with the summary of basic information of each KC Bot that makes it easy to work with specific data. Examples: | URI | Results | | ----- | -------- | | GET /v1/kcbot?pageSize=100 | Get first 100 KcBots. | | GET /v1/kcbot?pageSize=100&pageNumber=1 | Get next 100 KcBots. | | GET /v1/kcbot?productId=1234LPSWUBFW | Get KcBots of product 1234LPSWUBFW. | Important: The default pageSize on list calls is 200. The pageSize can be changed by adding a pageSize parameter to the URL (i.e. /v1/kcbot?pageSize=100) with a max pageSize=500. To fetch a particular page, use the pageNumber parameter (zero based) ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Query parameters - **pageNumber** (integer(int32)) Page number - **pageSize** (integer(int32)) Number of events per page range[1,500] - **productId** (string) Property Group ## Responses ### 200 Success #### Body: application/json (object) - **kcList** (array[object]) Array of KC View - **pageNumber** (integer(int32)) Page number - **isLastPage** (boolean) True if no more records available on next page ### 400 Bad request ### 401 Unauthorized or bad API Key ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)