Skip to main content
GET
/
v0
/
reporting
/
datasources
List available datasources
curl --request GET \
  --url https://api.avidoai.com/v0/reporting/datasources \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>'
{
  "data": [
    {
      "id": "task",
      "name": "Tasks"
    },
    {
      "id": "test",
      "name": "Test Executions"
    },
    {
      "id": "eval",
      "name": "Evaluations"
    },
    {
      "id": "topic",
      "name": "Topics"
    },
    {
      "id": "tag",
      "name": "Tags"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Response

Successfully retrieved datasources

Response containing list of available datasources

data
ReportingDatasourceItem · object[]
required

List of available reporting datasources