List agents
Retrieve a paginated list of agent configurations with optional filtering and sorting.
Authorizations
API key for authentication
Query Parameters
Filter expression syntax.
Supported fields: model_type, display_name, create_time, update_time
Operators: =, !=, >, <, >=, <=, AND, OR
Values may be unquoted or double-quoted. Values containing spaces must be quoted (e.g., display_name="Support Agent").
Date format: ISO 8601 (e.g., 2025-10-01T00:00:00Z)
Maximum number of results per page
1 <= x <= 100Opaque pagination token from previous response.
Do not decode or modify this token.
Sort order specification.
Formats:
- Dash-prefix:
-create_time(descending),display_name(ascending) - Space-separated:
create_time desc,display_name asc
Sortable fields: create_time, update_time, display_name, model_type
Filter agents by tags. A resource matches when it has ALL the listed tags (AND-semantics).
Repeat the parameter for each tag (e.g., ?tag_filters=production&tag_filters=voice).
20
