Get Task Runs
Returns task runs for the authenticated account. When runId is provided, the response contains that single run (runs length 1) or 404 if not found. When runId is omitted, returns recent runs filtered by account context (default authenticated account, or account_id override when authorized).
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Recoup API key. Learn more.
Query Parameters
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.
Response
Task runs retrieved successfully.
