Get Run Tasks
Run
Get Run Tasks
Retrieve a list of all tasks executed within a specific run
GET
Get Run Tasks
This endpoint retrieves a paginated list of all tasks executed within a specific run, including their individual status, results, and parameters.
Headers
string
required
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
Response Field Explanations
integer
Total number of run tasks. Example:
1array
Array of run task objects. Example:
[...]string
Unique run task identifier. Example:
"1262f6f99dac7dffb05a513fff0ded77"string
Always “runtask”. Example:
"runtask"string
Original task identifier. Example:
"d30334cd8d21ab16048c5e2e7136a9f1"string
Parent run identifier. Example:
"300e9c5c127d421c90f431478d9a2cfb"string
Task execution status (completed, aborted, error, etc.). Example:
"aborted"object
Task parameters. Example:
{"url": "https://..."}string
When task execution started. Example:
"2025-02-10T14:30:58Z"string
When task execution ended. Example:
"2025-02-10T14:31:10Z"integer
Total results expected from this task. Example:
138integer
Number of results actually collected. Example:
6integer
Total pages processed. Example:
1string
Reason for task completion. Example:
"run_aborted"The done_reason field on individual tasks can differ from the overall run’s done_reason.
Code Examples
Response
200