List Agent's Jobs
Retrieve a list of jobs for a specific agent or create a new job
Authorizations
Organization API key passed as a Bearer token. This is the scheme used by the public SDK surface.
Path Parameters
Query Parameters
Maximum number of most-recent jobs to consider and count. Caps the reported total so pagination stays fast for agents with large job histories. Defaults to 100000; pass 0 for no cap (full count, slower).
0 <= x <= 1000000Ordering
id- Job ID-id- Job ID (descending)agent_version_name- Version-agent_version_name- Version (descending)status_code- Status-status_code- Status (descending)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)duration- Time Elapsed-duration- Time Elapsed (descending)grader_score- Score-grader_score- Score (descending)
-agent_version_name, -cost, -created_at, -duration, -grader_score, -id, -last_updated_at, -status_code, agent_version_name, cost, created_at, duration, grader_score, id, last_updated_at, status_code 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.