# Get CAT details by ID **GET /api/v1/cats/{id}** Retrieves detailed information about a specific CAT including questions (if authorized) ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) CAT ID ### Query parameters - **level** (string) Access level - HIGH shows all details including DRAFT, NORMAL shows only released/active content ## Responses ### 200 CAT details retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 CAT not found [Powered by Bump.sh](https://bump.sh)