Gets project's usage api requests count
get
/v1/projects/{ref}/analytics/endpoints/usage.api-requests-countThe fine-grained token must include the following permissions to access this endpoint:
- analytics_usage_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
{ "result": [ { "count": 42 } ], "error": "lorem"}