Push data to an Agent Run
Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.
List of files for the run. A single request can have a maximum of 300 files. Each file can have maximum size of 250MB.
Optionally specify a due date for this Run as an ISO 8601 timestamp (e.g. 2025-12-31T10:15:45+00:00). When a due date is specified, Kolena will attempt to ensure that all Prompts have completed on this Run before its due date.
Successful Response
The ID of the Agent being run.
The ID of this Agent Run.
An optional user-defined ID attached to this Run.
When this Run was created, formatted as an ISO 8601 timestamp (e.g. 2025-12-31T10:15:45+00:00)
When this Run was last updated, formatted as an ISO 8601 timestamp (e.g. 2025-12-31T10:15:45+00:00)
List of filenames included in this Run.
Link to this Run on agents.kolena.com.
The order of Prompts in this Agent. When results are ready for a Prompt, it will be included in the data object.
The output data from completed Prompts, keyed on Prompt name.
Once a Prompt is completed (status success or failed), it will be included in this object. Any running prompts are omitted.
The status of this Run.
running, success, failed For organizations with credit-based billing enabled, report the total credits used for this Run. null for organizations using page-based billing.