---
title: "Check RCS capabilities"
method: GET
path: "/messaging/rcs/capabilities/{agent_id}/{phone_number}"
tags: ["RCS"]
---

# Check RCS capabilities

`GET /messaging/rcs/capabilities/{agent_id}/{phone_number}`

## Path parameters

- `agent_id` string, required
- `phone_number` string, required

## Response `200`

Successful response

- RCSCapabilitiesSingle
  - `data` RCSCapabilitiesInternal
    - `record_type` 'rcs.capabilities' — Identifies the type of the resource
    - `phone_number` string — Phone number
    - `agent_id` string — RCS agent ID
    - `agent_name` string — RCS agent name
    - `features` string[] — List of RCS capabilities

## Other responses

- `4XX` — Unexpected error

---

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