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

{&quot;data&quot;:[{&quot;data&quot;:{},&quot;id&quot;:&quot;mollit&quot;,&quot;status&quot;:&quot;finished&quot;,&quot;task&quot;:&quot;application.stats&quot;},{&quot;data&quot;:{},&quot;id&quot;:&quot;sint in aliqua&quot;,&quot;status&quot;:&quot;running&quot;,&quot;task&quot;:&quot;endpoint.replay&quot;}],&quot;done&quot;:false,&quot;iterator&quot;:&quot;iterator&quot;,&quot;prevIterator&quot;:&quot;-iterator&quot;}