cURL
curl https://app.okrapdf.com/api/v1/jobs?status=completed&limit=10 \ -H "Authorization: Bearer okra_YOUR_KEY"
{ "items": [ { "job_id": "<string>", "status": "queued", "filename": "<string>", "total_pages": 123, "pages_completed": 123, "error": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "viewer_url": "<string>" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123, "hasNextPage": true, "hasPrevPage": true } }
List all extraction jobs for the authenticated user with pagination.
API key as Bearer token: Authorization: Bearer okra_xxx
Authorization: Bearer okra_xxx
Filter by job status
queued
processing
completed
failed
Results per page
x <= 100
Page number (1-based)
List of jobs
Show child attributes