Return all Runs for an Agent, including results
Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.
Optionally specify the index of the Runs page to fetch.
x >= 0Optionally specify the maximum number of Runs to fetch.
0 <= x <= 1000Optionally specify specific Run IDs to fetch.
Optionally filter by the status of Runs, e.g. running or success.
running, success, failed Optionally filter by user_defined_ids of Runs.
Optionally filter Runs created on or after this timestamp (inclusive). Accepts ISO 8601 format (e.g., 2024-01-15T10:30:00Z or 2024-01-15T10:30:00+00:00).
Optionally filter Runs created on or before this timestamp (inclusive). Accepts ISO 8601 format (e.g., 2024-01-15T23:59:59Z or 2024-01-15T23:59:59+00:00).
Successful Response
The fetched page of Runs from this Agent.
The total number of pages of Runs for this Agent. Use the request arguments page_number and page_size to control which Runs are fetched.
The number of the fetched page.
The page size, i.e. number of Runs, fetched.