cURL
curl --request GET \ --url https://api.honeyhive.ai/v1/runs/schema \ --header 'Authorization: Bearer <token>'
{ "fields": [ { "name": "<string>", "event_type": "<string>" } ], "datasets": [ "<string>" ], "mappings": {} }
Retrieve the schema and metadata for experiment runs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by date range
Filter by evaluation/run ID
Experiment runs schema retrieved successfully
Show child attributes
Was this page helpful?