Skip to main content
GET
/
v1
/
runs
/
schema
Get experiment runs schema
curl --request GET \
  --url https://api.honeyhive.ai/v1/runs/schema \
  --header 'Authorization: Bearer <token>'
{
  "fields": [
    {
      "name": "<string>",
      "event_type": "<string>"
    }
  ],
  "datasets": [
    "<string>"
  ],
  "mappings": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dateRange

Filter by date range

evaluation_id
string

Filter by evaluation/run ID

Response

200 - application/json

Experiment runs schema retrieved successfully

fields
object[]
required
datasets
string[]
required
mappings
object
required