{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Long-Running Task API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Long-Running Task", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Long Running Task", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/longtask/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the task." } ] }, "docs": "Returns information about an active long-running task (e.g. space export),
such as how long it has been running and the percentage of the task that
has completed.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to access the Confluence site ('Can use' global permission)." }, { "info": { "name": "Atlassian Get Long Running Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/longtask", "params": [ { "name": "start", "value": "", "type": "query", "description": "The starting index of the returned tasks." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of tasks to return per page. Note, this may be\nrestricted by fixed system limits." } ] }, "docs": "Returns information about all active long-running tasks (e.g. space export),
such as how long each task has been running and the percentage of each task
that has completed.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to access the Confluence site ('Can use' global permission)." } ] } ], "bundled": true }