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.
Ordering
created_at
- Created At-created_at
- Created At (descending)last_updated_at
- Last Updated At-last_updated_at
- Last Updated At (descending)cost
- Cost-cost
- Cost (descending)A page number within the paginated result set.
Number of results to return per page.
Semantic search string for finding similar jobs using embeddings
Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.
Successfully retrieved paginated list of agent jobs.
The response is of type object
.