Run an agent with specific input files.
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredmodelRequiredstring
The Agent ID to run.
inputRequiredarray<object>
includearray<string>
Controls how many step results are returned. Use ["last"] for only the latest step (default) or ["all"] for the full step history.
["last"]config_idstring
The ID of the configuration version. It is same as the Config ID in the Use via API page. If it is not provided, the latest configuration version will be used.
Example
Request
Response
Delete file
Remove an uploaded file so it can no longer be used as agent input. Covers the file_id path parameter, the deletion object returned (id, object, deleted), and an example request and response.
Retrieve job
Poll a job by job_id for its status and result. Covers the include query parameter, the response object (status, output, usage), and an example request and response.