List Tasks
Task
List Tasks
Retrieve a paginated list of tasks for a specific squid
GET
List Tasks
This endpoint retrieves a paginated list of tasks for a specific squid. You can choose between two query types to get different levels of detail.
Headers
string
required
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
Response Field Explanations
integer
Total number of tasks. Example:
2integer
Maximum results per page. Example:
50integer
Current page number. Example:
1integer
Total number of pages. Example:
1array
Array of task objects. Example:
[...]string
Unique task identifier. Example:
"6b9d3afdf4e76df374915a50d7a495c4"string
Task creation timestamp. Example:
"2025-03-05T09:24:49.581177"boolean
Whether the task is active. Example:
trueobject
Task parameters. Example:
{"url": "..."}string | null
URL for next page (null if last page). Example:
nullstring | null
URL for previous page (null if first page). Example:
nullResults are paginated. Use the next and previous URLs to navigate through large task lists.
Code Examples
Response
200