---
title: "List RCS agent carrier approvals"
method: GET
path: "/rcs/agents/{id}/carrier_approvals"
tags: ["RCS Agents"]
---

# List RCS agent carrier approvals

`GET /rcs/agents/{id}/carrier_approvals`

Lists carrier approval records for an RCS agent. The provider may expose per-carrier, hub-level, or bot-level approval status.

## Path parameters

- `id` string, uuid, required

## Response `200`

Carrier approval records for the agent.

- CarrierApprovalResponse[]
  - `approval_id` string, uuid, required
  - `approved_at` string, date-time, nullable, required
  - `carrier` string, nullable, required
  - `rejected_reason` string, nullable, required
  - `scope_type` 'carrier' | 'hub' | 'bot', required
  - `status` 'PENDING' | 'SUBMITTED' | 'APPROVED' | 'REJECTED', required
  - `submitted_at` string, date-time, nullable, required

## Other responses

- `401` — The request is not authenticated.
- `404` — The resource does not exist, is not owned by the organization, or the provider does not support the requested capability.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
