---
title: "List Agent Configurations"
method: GET
path: "/v1/projects/{project_id}/agents"
tags: ["configurations"]
---

# List Agent Configurations

`GET /v1/projects/{project_id}/agents`

Returns all agent configurations for the specified project. Configurations are returned in their uninterpolated form—template variable placeholders appear as-is rather than with their substituted values.

## Path parameters

- `project_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

A list of agent configurations

- ListAgentConfigurationsV1Response
  - `agents` AgentConfigurationV1[] — A list of agent configurations for the project
    - `agent_id` string, required — The unique identifier of the agent configuration
    - `config` AgentConfigurationV1Config, required — The agent configuration object
    - `metadata` object — A map of arbitrary key-value pairs for labeling or organizing the agent configuration
    - `created_at` string, date-time — Timestamp when the configuration was created
    - `updated_at` string, date-time — Timestamp when the configuration was last updated

## Other responses

- `400` — Invalid Request

## Changes

- **2026-08-15** `76f89c68dacf` — 2 info
  - api tag `configurations` added
  - api tag `voiceAgent > configurations` removed
- **2026-08-12** `c761ed1f371e` — 2 info
  - api tag `voiceAgent > configurations` added
  - api tag `configurations` removed
- **2026-08-06** `bd7ba5c18a6b` — 2 info
  - api tag `configurations` added
  - api tag `voiceAgent > configurations` removed

[Change history](https://skmtc.dev/deepgram/apis/rest-api/changes/v1/projects/:project_id/agents/get.md)

---

[API](https://skmtc.dev/deepgram/apis/rest-api.md) · [All operations](https://skmtc.dev/deepgram/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepgram/rest-api/revisions/b9aa1b51520e/schema)
