Skip to main content
GET
List tasks
Returns a paginated list of tasks, including scheduled backups and on-demand restores.

Headers

string
default:"application/api.clumio.tasks=v1+json"
Selects version 1 of the tasks resource.
string
UUID of the organizational unit in which to perform the request.

Query parameters

number
Maximum number of tasks returned on each page.
string
default:"1"
Page number. Pages are indexed from 1.
string
JSON filter. Supported fields include status, category, type, id, and timestamps.

Response

object[]
Tasks returned on the current page.
string
Clumio-assigned task ID.
string
Task state, such as queued, in_progress, completed, failed, or aborted.
number
Completion percentage from 0 to 100.
HAL pagination links.
Errors return an errors array containing error_code and error_message.

Next