Returns an array of task runs. When runId is provided, the array contains that single run. When omitted, returns recent runs for the authenticated account. Use account_id to query runs for a specific account within your organizations.
The unique identifier of a specific task run to retrieve. If omitted, returns a list of recent runs for the authenticated account.
Maximum number of runs to return when listing (ignored when runId is provided). Default 20, max 100.
1 <= x <= 100Filter runs by account ID. When provided, returns runs tagged with account:<account_id>. Only applicable when the authenticated account has access to multiple accounts via organization membership.
Task runs retrieved successfully