Run dataset example
Evaluation
Run dataset example
Start an asynchronous run using the input from one dataset example. Poll GET /api/v1/runs/{id} for completion and use run scores or feedback endpoints to review the result.
POST
Run dataset example
Authorizations
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Automation id or typed alias.
Dataset example id to run.
Response
Example run accepted
Run id created for this example.
Implementation type behind the automation.
Available options:
workflow, agent Experiment batch id when the run is associated with a batch. The API also calls this an experiment id in experiment routes.
Example runs are accepted asynchronously.