v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Tasks

Get Tasks

Return tasks by Organization id

get/organizations/{organization_id}/tasks

Path parameters

organization_idstring required

Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values

Query parameters

typestring required

The object type you want to perform the request against.

filterstring required

Filter Object containing keys that can be one or more OPTIONAL values which must be an array of strings. For EG: {"region":["ca-west-1","us-east-1"],"account_id":["hmzGN2gY","i8bMxmkB"],"created_at":"2025-12-24T13:59:30Z"} depending on the type. if type is backup, filter :[account_id, action, air_gap, created_at, generated_by, is_success, object_id, region, resource_type], if type is restore, filter :[account_id, action, air_gap, created_at, is_success, region, resource_type], if type is retention or disasterrecovery, filter :[account_id, action, created_at, is_success, object_id, region, resource_type], if type is scheduling, filter :[account_id, action, created_at, is_success, object_id, region, resource_type, all-schedules].

limitinteger required

The number of records to be returned for a single page for the request.

offsetinteger required

Defines the offset from the first result you want to fetch.

order'created_at' | 'resource_id' | 'resource_type' | 'resource_name' | 'is_success' | 'action' | 'region' | 'id' required

The you want to order the result set in.

direction'asc' | 'desc' required

The direction you want to order the result set in.

Response

200 response

totalinteger