# Get usage statistics **GET /z1/usage** Retrieve current API usage statistics including: - Total requests (today, this month) - Request breakdown by type (chat, code, RAG, grounding) - Rate limit status (RPM, RPD, TPM) - Credit usage and remaining balance ## Servers - Production server: https://api.plimverai.tech (Production server) - Azure production server: https://zenux-api.redglacier-fb4abe56.southafricanorth.azurecontainerapps.io (Azure production server) ## Authentication methods - Bearer auth - Api key auth ## Parameters ## Responses ### 200: Usage statistics #### Body Parameters: application/json (object) - **user_id** (string) - **tier** (string) - **usage** (object) - **limits** (object) - **rate_limit_status** (object) ### 401: Unauthorized - invalid or missing API key #### Body Parameters: application/json (object) - **status** (string) - **message** (string) - **code** (string) - **details** (object | null) [Powered by Bump.sh](https://bump.sh)