For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Copy to LLMGithubGo to App
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
    • Overview
  • Python SDK
    • Reference
    • REST API Client
  • Typescript SDK
    • Overview
    • Opik TS
    • Prompts
    • Opik Query Language (OQL)
  • Rest API
    • Overview
        • GETGet datasets information for BI events
        • GETGet experiments information for BI events
        • GETGet spans information for BI events
        • GETGet spans count on previous day for all available workspaces
        • GETGet traces information for BI events
        • GETGet traces count on previous day for all available workspaces
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceSystem Usage

Get datasets information for BI events

GET
/v1/internal/usage/bi-datasets
GET
/api/v1/internal/usage/bi-datasets
$curl http://localhost:5173/api/v1/internal/usage/bi-datasets
200Retrieved
1{
2 "bi_information": [
3 {
4 "workspace_id": "string",
5 "user": "string",
6 "count": 1
7 }
8 ]
9}
Get datasets information for BI events per user per workspace
Was this page helpful?
Previous

Get experiments information for BI events

Next
Built with

Response

Datasets BiInformationResponse resource
bi_informationlist of objects