7610937217a4
Get All Statuses
Retrieve the status of all image processing jobs.
Pagination (Highly Recommended): For better performance and to handle large numbers of statuses, pagination is highly recommended. Enable pagination by setting paginated=true. When pagination is enabled:
- Use the limit parameter to control the number of results per page (default: 50, maximum: 100)
- Use the cursor parameter to retrieve subsequent pages
- The response will include pagination metadata with next_cursor and has_next_page fields
Non-Paginated Response: When paginated=false (default) or omitted, the endpoint returns all statuses up to 7 days old as a simple array. This may be slow or fail for accounts with many statuses.
Query parameters
Enable pagination for the response. Highly recommended for better performance.
Number of results per page when pagination is enabled. Ignored if paginated=false. Defaults to 50, maximum is 100.
Cursor for pagination. Use the next_cursor value from the previous response to retrieve the next page. Ignored if paginated=false.
Response
Statuses of all processes. The response format depends on whether pagination is enabled.