List requests with JSON:API format.
Supports filtering and pagination per JSON:API specification.
Query Parameters:
Filter Parameters:
Returns JSON:API formatted response with data, jsonapi, links, and meta.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 11 <= x <= 100PENDING, IN_PROGRESS, COMPLETED, FAILED Successful Response
JSON:API response for a list of request resources.
JSON:API links object for pagination and resource links.
Uses field aliases for 'self' and 'next' which are Python reserved words. Always use by_alias=True when serializing. Includes JSON:API 1.1 'describedby' link for API documentation.
JSON:API meta object for pagination and collection metadata.