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
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | The squid hash ID to list runs for |
| page | integer | No | Page number for pagination. Default: 1 |
| limit | integer | No | Results per page. Default: 50, Max: 100 |
Response Field Explanations
Total number of runs. Example:
4Maximum results per page. Example:
50Current page number. Example:
1Total number of pages. Example:
1Array of run objects. Example:
[...]Unique run identifier. Example:
"381cfbb47e474782857ddc035298b6f3"Current run status. Example:
"done"Whether the run has completed. Example:
trueNumber of results collected. Example:
156Run duration in seconds. Example:
3.1849Credits consumed. Example:
3.1849Reason for completion. Example:
"tasks_done"URL for next page (null if last page). Example:
nullURL for previous page (null if first page). Example:
nullRuns are returned in reverse chronological order (newest first).
Code Examples
Response
200