---
title: "List all RCS agents"
method: GET
path: "/messaging/rcs/agents"
tags: ["RCS"]
---

# List all RCS agents

`GET /messaging/rcs/agents`

Returns RCS agents available to the authenticated account.

## Query parameters

- `page` object
  - `number` integer — The page number to load
  - `size` integer — The size of the page

## Response `200`

Successful reponse with the list of RCS agents

- MessagingRCSAgentsResponse
  - `data` RCSAgent[]
    - `agent_id` string — RCS Agent ID
    - `agent_name` string — Human readable agent name
    - `created_at` string, date-time — Date and time when the resource was created
    - `enabled` boolean — Specifies whether the agent is enabled
    - `profile_id` string, uuid, nullable — Messaging profile ID associated with the RCS Agent
    - `updated_at` string, date-time — Date and time when the resource was updated
    - `user_id` string — User ID associated with the RCS Agent
    - `webhook_failover_url` string, url, nullable — Failover URL to receive RCS events
    - `webhook_url` string, url, nullable — URL to receive RCS events
  - `meta` MessagingPaginationMeta
    - `page_number` integer, required
    - `page_size` integer, required
    - `total_pages` integer, required
    - `total_results` integer, required

## 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/1571b0380bd7/schema)
