Configs
List Agent Configs
Retrieve a paginated list of agent configurations for your project.
GET
Permission Required:
project:view-configsagent_config_id values for
Start a Run and
Start Test Plan Run.
Query Parameters
Page number (0-indexed)
Results per page (1-100)
Response
Array of agent config objects
Pagination metadata (
page, page_size, total_count, total_pages)AgentConfig Object
Agent config ID (use this as
agent_config_id when starting runs)Agent config name
Optional description
Whether the config is pinned (pinned items are returned first)
Authorizations
API key for authentication
Path Parameters
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Query Parameters
Page number (0-indexed)
Results per page (1-100)
Required range:
1 <= x <= 100