Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get spans count on previous day for all available workspaces

GET/v1/internal/usage/workspace-span-countsGet spans count on previous day for all available workspaces

Get spans count on previous day for all available workspaces

Responses

200SpanCountResponse resourceapplication/json
objectSpansCountResponse
workspaces_spans_countarray of object
Show child attributes
Show array items
span_countinteger · int32
workspacestring
Example response
{
  "workspaces_spans_count": [
    {
      "span_count": 0,
      "workspace": "string"
    }
  ]
}
Documentation menu