Retrieve a paginated list of agent configurations with optional filtering and sorting.
API key for authentication
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:
-create_time (descending), display_name (ascending)create_time desc, display_name ascSortable fields: create_time, update_time, display_name, model_type