Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve the status of a specific task.
Parameters
| Parameter | Description |
|---|
| Details Level | The level of details to include in the response. |
| Task IDs | A comma-separated list of task IDs to retrieve. Can be obtained using the Show Tasks action. |
Example Output
{
"tasks": [
{
"name": "Install Policy",
"uid": "01234567-89ab-cdef-0123-456789abcdef",
"type": "task",
"task-id": "01234567-89ab-cdef-0123-456789abcdef",
"task-name": "Install Policy",
"status": "in progress",
"progress-percentage": 45,
"progress-description": "Installing policy on gateway...",
"start-time": {
"iso-8601": "2023-06-27T12:00:00Z",
"posix": 1687867200000
},
"last-update-time": {
"iso-8601": "2023-06-27T12:05:00Z",
"posix": 1687867500000
},
"suppressed": false,
"comments": "Policy installation initiated by admin",
"color": "black",
"domain": {
"name": "SMC User",
"uid": "41e821a0-3720-11e3-aa6e-0800200c9fde",
"domain-type": "domain"
},
"meta-info": {
"creation-time": {
"iso-8601": "2023-06-27T12:00:00Z",
"posix": 1687867200000
},
"creator": "admin",
"last-modifier": "admin",
"last-modify-time": {
"iso-8601": "2023-06-27T12:05:00Z",
"posix": 1687867500000
},
"lock": "unlocked",
"validation-state": "ok"
},
"read-only": true,
"tags": [],
"available-actions": {
"edit": "false",
"delete": "false",
"clone": "false"
}
}
]
}
Workflow Library Example
Show Task with Check Point Management and Send Results Via Email