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

KeyDatatypeRequiredDescription
statusstringFilter the response based on the status
taskstringFilter the response based on the type
limitstringLimit the number of returned items
iteratorstringThe iterator returned from a prior invocation
orderstringThe sorting order of the returned items

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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;}