Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get spans information for BI events

GET/v1/internal/usage/bi-spansGet spans information for BI events

Get spans information for BI events per user per workspace

Responses

200Spans BiInformationResponse resourceapplication/json
objectBiInformationResponse
bi_informationarray of object
Show child attributes
Show array items
countinteger · int64
userstring
workspace_idstring
Example response
{
  "bi_information": [
    {
      "count": 0,
      "user": "string",
      "workspace_id": "string"
    }
  ]
}
Documentation menu