---
title: "List RCS agent test devices"
method: GET
path: "/rcs/agents/{id}/test_devices"
tags: ["RCS Agents"]
---

# List RCS agent test devices

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

Lists test devices attached to an RCS agent.

## Path parameters

- `id` string, uuid, required

## Response `200`

Test devices attached to the agent.

- TestDeviceResponse[]
  - `invite_status` 'PENDING' | 'ACCEPTED' | 'DECLINED', required
  - `phone_number` string, required
  - `test_device_id` string, uuid, 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/1571b0380bd7/schema)
