Retrieve a paginated list of jobs or fetch a single job by UUID.
Use action=list for paginated results or action=get with a uuid parameter
for a specific job.
Required permission: api.jobs.manage.list (list) or api.jobs.manage.get (get)
All API requests must include a valid Bearer token in the Authorization header.
Tokens are 64-character SHA-256 session hashes issued by the PropOps authentication system.
Example:
Authorization: Bearer a1b2c3d4e5f6...list, get, get_file_types, get_creators, get_job_agents, get_job_contractors, get_job_clients, list_commits, get_assignment_notification_state, preview_delete Job UUID (required for action=get)
"550e8400-e29b-41d4-a716-446655440001"
"boiler service"
1
2
10
20
Maximum number of records to return (default 50, max 200).
1 <= x <= 200Number of records to skip for pagination.
x >= 0