---
title: "List supporting documents on a portout request"
method: GET
path: "/portouts/{id}/supporting_documents"
tags: ["Number Portout"]
---

# List supporting documents on a portout request

`GET /portouts/{id}/supporting_documents`

List every supporting documents for a portout request.

## Path parameters

- `id` string, uuid, required

## Response `201`

Portout Supporting Documents

- object
  - `data` PortOutSupportingDocument[]
    - `id` string, uuid, required
    - `record_type` string, required — Identifies the type of the resource.
    - `type` 'loa' | 'invoice', required — Identifies the type of the document
    - `portout_id` string, uuid, required — Identifies the associated port request
    - `document_id` string, uuid, required — Identifies the associated document
    - `created_at` string, required — Supporting document creation timestamp in ISO 8601 format
    - `updated_at` string, required — Supporting document last changed timestamp in ISO 8601 format

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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