---
title: "List Customer Agent Tokens"
method: GET
path: "/developer/agent-tokens/customer/{customer_id}"
tags: ["Developer", "Developer - Agent Tokens"]
---

# List Customer Agent Tokens

`GET /developer/agent-tokens/customer/{customer_id}`

List all agent tokens for a customer.

This endpoint is restricted to developer users only.
Returns all tokens (active and inactive) for the specified customer.

- **customer_id**: The customer UUID to list tokens for

## Path parameters

- `customer_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[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/b642b91e0a5c/schema)
