List Runs
Run
List Runs
Retrieve a paginated list of all runs for a specific squid
GET
List Runs
This endpoint retrieves a paginated list of all runs for a specific squid. Use this to view run history and track past executions.
Headers
string
required
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
Response Field Explanations
integer
Total number of runs. Example:
4integer
Maximum results per page. Example:
50integer
Current page number. Example:
1integer
Total number of pages. Example:
1array
Array of run objects. Example:
[...]string
Unique run identifier. Example:
"381cfbb47e474782857ddc035298b6f3"string
Current run status. Example:
"done"boolean
Whether the run has completed. Example:
trueinteger
Number of results collected. Example:
156float
Run duration in seconds. Example:
3.1849float
Credits consumed. Example:
3.1849string | null
Reason for completion. Example:
"tasks_done"string | null
URL for next page (null if last page). Example:
nullstring | null
URL for previous page (null if first page). Example:
nullRuns are returned in reverse chronological order (newest first).
Code Examples
Response
200