Retrieve a list of jobs for a specific agent or create a new job
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A UUID string identifying this agent.
Filter by job ID substring
Which field to use when ordering the results. Default: -created_at
Page number for pagination. Default: 1
Number of results per page. Default: 20
Filter by job status code
Filter by agent version name
Successfully retrieved paginated list of agent jobs.
The response is of type object[]
.