---
title: "Get agent configs"
method: GET
path: "/api/v2/agent_configs"
tags: ["Agent Configs"]
---

# Get agent configs

`GET /api/v2/agent_configs`

Returns a paginated list of agent configurations in the organization. Supports filtering by agent ID.

## Query parameters

- `sort` string[]
- `filter` union
  - FilterAgentConfig
    - `id` union
      - object
        - `not_eq` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
      - Id — unresolved $ref
    - `agent_id` union — Filter agent configurations by their associated agent's ID.
      - object
        - `not_eq` AgentId — unresolved $ref
        - `eq` AgentId — unresolved $ref
        - `contains` AgentId — unresolved $ref
        - `not_contain` AgentId — unresolved $ref
      - AgentId — unresolved $ref
  - object
    - `$op` 'or' | 'and', required

## Headers

- `X-Organization-Id` string, required

## Response `200`

A paginated collection of agent configurations returned in JSON:API format.

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/7764b2b9fcc4/schema)
