Rate Limits
This endpoint is rate limited to 1,200 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
Query Parameters
Optionally specify the index of the Runs page to fetch.
x >= 0
Optionally specify the maximum number of Runs to fetch.
0 <= x <= 1000
Optionally 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_id
s of Runs to fetch.
Response
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.