v1

latestOpenAPI 3.0.12026-08-061638881007.6 KB
Requests

Get all user requests state

get/v1/me/requests

Query parameters

limitinteger

The number of entities to return.

startingAfterstring uuid

For backward compatibility reasons, the startingAfter used to paginate to the next page should be the last requestId in the response json array of the current page

sortBy'id'

Property name used to sort the query results.

sortOrder'ASC' | 'DESC'

Sort order applied to the query results.

Response

idstring uuid required
status'Processing' | 'Failed' | 'Succeeded' required
lastModifiedAtstring date-time required