Rate Limits
This endpoint is rate limited to 600 requests per minute per user.Authorizations
Bearer authentication header of the form Bearer <token>
. The <token>
represents your API key, which must be acquired from the Kolena platform.
Path Parameters
Body
Response
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-09-09T23:19:55.691799+00:00
)
When this Run was last updated, formatted as an ISO 8601 timestamp (e.g. 2025-09-09T23:19:55.691799+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.