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 specify the type of Runs to fetch, e.g. running or success.
running, success, failed Optionally specify the user_defined_ids of Runs to fetch.
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.