# Get KC Bot **GET /v1/kcbot/{kcId}** Retrieves a KC Bot with the given Id Examples: | URI | Results | | ----- | -------- | | GET /v1/kcbot/{kcId} | Get kc with id {kcId}. | ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Path parameters - **kcId** (string) KC Bot id ## Responses ### 200 Success #### Body: application/json (object) - **createdBy** (object) - **createdDate** (integer(int64)) - **defaultLanguage** (string) - **description** (string) - **environments** (array[string]) - **id** (string) - **languages** (array[object]) - **modifiedBy** (object) - **modifiedDate** (integer(int64)) - **name** (string) - **priority** (integer(int32)) - **productId** (string) - **productName** (string) - **status** (string) ### 400 Bad request ### 401 Unauthorized or bad API Key ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)