List Avatar jobs
Returns the Avatar creation jobs submitted by the authenticated account, newest first. Use the statuses query parameter to filter by job status.
Authorizations
Your Spatius App ID.
The API key bound to the App ID.
Query Parameters
Repeatable status filter. Only jobs in one of the given statuses are returned.
Lifecycle status of an Avatar creation job.
queued, processing, succeeded, failed Maximum number of items to return. Defaults to 20; the maximum is 99. A value above 99 falls back to the default of 20 rather than being capped, so request at most 99.
1 <= x <= 99Opaque token from the previous page's nextPageToken. Omit for the first page. Pass back exactly what the previous response returned rather than constructing a value. A token is only valid for the pagination.pageSize it was issued with; keep that value stable while paging, or start again from the first page.

