List all batches

Returns a list of submitted batches starting with the most recent one.

Headers

X-Api-KeystringRequired
X-Application-IdstringRequired

Query parameters

created_afterdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z
Only return batches older or equal than this date
created_beforedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z
Only return batches newer than this date
cursorstringOptional
Starting point for the set of batches
limitintegerOptional>=1<=50
The limit of batches to be returned
statusenumOptional
If specified, only return batches with this status
Allowed values:

Response

Successful Response
next_cursorstring
datalist of objects

Errors