GET
/v1/internal/usage/workspace-span-counts-breakdownGet spans count on previous day grouped by workspace, project and userGet spans count on previous day grouped by workspace, project and user
Responses
objectUsageByWorkspaceProjectUserResponse
breakdownarray of objectShow child attributes
Show array items
countinteger · int64project_idstring · uuiduserstringworkspace_idstring{
"breakdown": [
{
"count": 0,
"project_id": "00000000-0000-0000-0000-000000000000",
"user": "string",
"workspace_id": "string"
}
]
}