# Get attempt details **GET /api/v1/cats/attempt/{attempt}** Retrieves detailed information about a specific CAT attempt including questions, responses, and grading. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **attempt** (string) Attempt ID ## Responses ### 200 Attempt details retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 Attempt not found [Powered by Bump.sh](https://bump.sh)