Acontext
AdminV1ProjectProject_idUsages

Analyze project usages

GET
/admin/v1/project/{project_id}/usages

Get usage analytics for a project

Path Parameters

project_id*string

Project ID

Formatuuid

Query Parameters

interval_days?integer

Number of days to analyze (default: 30)

Default30
fields?string

Comma-separated list of fields to fetch (empty = all)

Response Body

application/json

curl -X GET "https://loading/api/v1/admin/v1/project/497f6eca-6276-4993-bfeb-53cbbbba6f08/usages"
{
  "code": 0,
  "error": "string",
  "msg": "string"
}