v1

latestSwagger 2.02026-07-13285166341.1 KB
ActivityRuns

Get ActivityRuns

Gets a collection of ActivityRuns. When successful, the response is a PagedResponse of ActivityRuns.
If unsuccessful, an appropriate ApiError is returned.

get/api/v2/activityRuns

Query parameters

limitinteger

Optional. The page limit. If not specified, the default page limit is 10.

offsetinteger

Optional. The page offset. If not specified, the default page offset is 0.

status'Ready' | 'InProgress' | 'Succeeded' | 'Cancelled' | 'Failed'

Optional. Filter activity runs by status. Value should be a comma separated list of status to include. If not specified, the default status filter is “InProgress”.

Response

OK