---
title: "Get Pipecat Agent Id"
method: GET
path: "/developer/pipecat-agent-id"
tags: ["Developer", "Developer - Bot Config"]
---

# Get Pipecat Agent Id

`GET /developer/pipecat-agent-id`

Get the Pipecat agent ID for the current customer.

This endpoint is restricted to developer users only.
Returns the Pipecat Cloud agent identifier used for inbound calls.

## Response `200`

Successful Response

- PipecatAgentIdResponse — Response with customer's Pipecat agent ID
  - `customer_id` string, uuid, required — The customer ID
  - `pipecat_agent_id` string, nullable — Pipecat Cloud agent identifier

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
