External DocumentationTo learn more, visit the SuperOps documentation.
Parameters
Example Output
Workflow Library Example
List Tasks with Superops and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Condition | A JSON object representing the condition to filter the results. for more information please refer to SuperOps documentation. For example: |
| Page | The page number to retrieve. |
| Page Size | The maximum number of records to return per page. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Sort | A JSON list representing the sorting criteria to apply to the results. For example: |
{
"data": {
"getTaskList": {
"tasks": [
{
"taskId": "6029612596599734272",
"displayId": "1",
"title": "New task",
"description": "<p>Task</p>",
"status": "Completed",
"estimatedTime": 0,
"scheduledStartDate": null,
"dueDate": null,
"overdue": false,
"actualStartDate": "2026-05-17T01:06",
"actualEndDate": "2026-05-17T01:06",
"technician": {
"userId": "5208564077838036992",
"name": "test"
},
"techGroup": {
"groupId": "6028845043904430080",
"name": "Level 2 Support"
},
"workItem": {
"workId": "6028892715369644032",
"displayId": "7",
"module": "TICKET"
},
"taskOrder": 3
}
],
"listInfo": {
"page": 1,
"pageSize": 1,
"sort": null,
"condition": null,
"hasMore": true,
"totalCount": 7
}
}
}
}
Was this page helpful?