List Background Tasks
GET {{baseUrl}}/api/v1/background-task?status=<string>&task=<string>&limit=<uint64>&iterator=<string>&order=<string>
List background tasks executed in the past 90 days.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
status | string | Filter the response based on the status | |
task | string | Filter the response based on the type | |
limit | string | Limit the number of returned items | |
iterator | string | The iterator returned from a prior invocation | |
order | string | The sorting order of the returned items |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"data":{},"id":"mollit","status":"finished","task":"application.stats"},{"data":{},"id":"sint in aliqua","status":"running","task":"endpoint.replay"}],"done":false,"iterator":"iterator","prevIterator":"-iterator"}