Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get traces count on previous day for all available workspaces

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

Get traces count on previous day for all available workspaces

Responses

200TraceCountResponse resourceapplication/json
objectTraceCountResponse
workspaces_traces_countarray of object
Show child attributes
Show array items
trace_countinteger · int32
workspacestring
Example response
{
  "workspaces_traces_count": [
    {
      "trace_count": 0,
      "workspace": "string"
    }
  ]
}
Documentation menu