Skip to main content
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_KEY

Query Parameters

Response Field Explanations

integer
Total number of runs. Example: 4
integer
Maximum results per page. Example: 50
integer
Current page number. Example: 1
integer
Total number of pages. Example: 1
array
Array of run objects. Example: [...]
string
Unique run identifier. Example: "381cfbb47e474782857ddc035298b6f3"
string
Current run status. Example: "done"
boolean
Whether the run has completed. Example: true
integer
Number of results collected. Example: 156
float
Run duration in seconds. Example: 3.1849
float
Credits consumed. Example: 3.1849
string | null
Reason for completion. Example: "tasks_done"
string | null
URL for next page (null if last page). Example: null
string | null
URL for previous page (null if first page). Example: null
Use this endpoint to monitor all past and current runs for a squid.
Runs are returned in reverse chronological order (newest first).
Check is_done to quickly filter completed vs. active runs.

Code Examples

Response

200