GET /wiki/rest/api/longtask
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 required: Permission to access the Confluence site ('Can use' global permission).
Servers
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Integer | No |
The maximum number of tasks to return per page. Note, this may be restricted by fixed system limits. Default value: 100 |
key |
String | No |
The key of the tasks. |
start |
Integer | No |
The starting index of the returned tasks. Default value: 0 |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.