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

Query Parameters

Response Field Explanations

integer
Total number of tasks. Example: 2
integer
Maximum results per page. Example: 50
integer
Current page number. Example: 1
integer
Total number of pages. Example: 1
array
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: true
object
Task parameters. Example: {"url": "..."}
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 type=url for a quick overview of tasks, or type=params when you need full parameter details.
Results are paginated. Use the next and previous URLs to navigate through large task lists.
Check is_active to identify tasks that are ready to run vs. disabled tasks.

Code Examples

Response

200