Get Background Tasks
GET/api/backgroundtasks/GetFilteredBackgroundTasks
Tier: Internal — subject to change without notice.
Retrieves a paginated, OData-filterable list of background tasks for the current organisation.
Requires any valid authentication (no specific module permission). Supports standard OData query parameters: $filter, $orderby, $top, $skip, $count.
Request
Responses
- 200
- 400
- 401
Returns the matching background tasks.
The OData query options failed validation.
Caller is not authenticated.