List all async jobs for the authenticated user.
Results are ordered by creation date (newest first). Supports filtering by feature, subfeature, and status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by feature Filter by feature (e.g., audio, ocr)
Filter by subfeature Filter by subfeature (e.g., speech_to_text_async)
Filter by job status
processing, success, fail Page number (1-indexed)
x >= 1Maximum number of items per page
1 <= x <= 1000Successful Response