v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Background Task

List Background Tasks

List background tasks executed in the past 90 days.

get/api/v1/background-task

Query parameters

status'running' | 'finished' | 'failed'

Filter the response based on the status.

task'endpoint.replay' | 'endpoint.recover' | 'application.stats' | 'message.broadcast' | 'sdk.generate' | 'event-type.aggregate' | 'application.purge_content' | 'endpoint.bulk-replay'

Filter the response based on the type.

limitinteger

Limit the number of returned items

Limit the number of returned items

iteratorstring nullable

The iterator returned from a prior invocation

Example:qtask_1srOrx2ZWZBpBUvZwXKQmoEYga2

The iterator returned from a prior invocation

order'ascending' | 'descending'

Defines the ordering in a listing of results.

The sorting order of the returned items

Response

iteratorstring nullable required
prevIteratorstring nullable
doneboolean required

Example response

{
  "data": [
    {
      "id": "qtask_1srOrx2ZWZBpBUvZwXKQmoEYga2"
    }
  ],
  "iterator": "iterator",
  "prevIterator": "-iterator"
}