Agents
List Agent's Jobs
Retrieve a list of jobs for a specific agent or create a new job
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A UUID string identifying this agent.
Query Parameters
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
Response
200
application/json
Successfully retrieved paginated list of agent jobs.
The response is of type object[]
.