List Agents
Retrieve a list of agents or create a new agent.
Authorizations
Organization API key passed as a Bearer token. This is the scheme used by the public SDK surface.
Query Parameters
Filter agents created at or after this timestamp.
Filter agents created at or before this timestamp.
Filter agents by creator user ID. Can be provided multiple times.
Filter agents by engine type. Can be provided multiple times.
Exclude agents with this engine type.
Include job_count and most_recent_job in response (default: true). Set to false for faster response.
Include agents with no visible user tags. Hidden agent-group tags are ignored.
Filter agents whose served job count is less than or equal to this value.
Filter agents whose served job count is greater than or equal to this value.
Filter agents whose most recent job was at or after this timestamp.
Filter agents whose most recent job was at or before this timestamp.
Filter agents by a case-insensitive substring of the agent name.
Field to order results by. Prefix with '-' for descending. Options: name, created_at, most_recent_job, job_count, engine_class_id, creator.
Organization ID to list agents from.
A page number within the paginated result set.
Number of results to return per page.
Search term to filter agents by name, ID, engine, creator, tags, or version IDs (case-insensitive).
Filter agents by tag IDs. Can be provided multiple times.