# Get all CATs for a unit **GET /api/v1/cats/unit/{unit}** Retrieves all CATs associated with a specific unit offering ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **unit** (string) Unit offering ID ### Query parameters - **level** (string) Access level - HIGH shows all CATs including drafts, NORMAL shows only released/active CATs ## Responses ### 200 CATs retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 Unit not found or no CATs available [Powered by Bump.sh](https://bump.sh)