---
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
  - `scope_type` 'carrier' | 'hub' | 'bot', required
  - `status` 'PENDING' | 'SUBMITTED' | 'APPROVED' | 'REJECTED', required
  - `carrier` string, nullable, required
  - `submitted_at` string, date-time, nullable, required
  - `approved_at` string, date-time, nullable, required
  - `rejected_reason` string, 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.

## Changes

> 72 revisions in range; 1 not diffed.

- **2026-08-17** `1571b0380bd7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/rcs/agents/:id/carrier_approvals/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/e0de72cf4744?raw)
