Create Agent Run
Start an agent run. The run executes asynchronously: the response returns immediately with status queued, then poll GET .../runs/{run_id} until completed and fetch the output from GET .../runs/{run_id}/result — or set enable_events: true and follow GET .../runs/{run_id}/events for live progress.
To enrich existing records instead of researching from scratch, pass them in input_data; this requires an output_schema (on the request or the agent).
Path parameters
Request body
Response
Successful Response
Changes
Changed in 3 of the 55 revisions of this API.16
- ●
added the new
5x-highenum value to theeffortresponse property for the response status202response-property-enum-value-added
- ○
added the new
5x-highenum value to the request propertyeffort/anyOf[subschema #1: Effort]/request-property-enum-value-added
This revision also has 104 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the new optional request property
agent_namenew-optional-request-property
- ○
added the new optional request property
originnew-optional-request-property
- ○
added the new optional request property
skillnew-optional-request-property
- ○
added the new optional request property
use_casenew-optional-request-property
- ○
- ○
endpoint added
endpoint-added
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○