---
title: "Get Company Documents"
method: GET
path: "/companies/{company_id}/documents"
tags: ["Companies"]
---

# Get Company Documents

`GET /companies/{company_id}/documents`

Retrieve a list of documents associated with a specific company.

## Path parameters

- `company_id` string, required

## Headers

- `Accept-Language` 'es' | 'en'

## Response `200`

A list of documents for the company.

## Other responses

- `401` — authentication error
- `404` — not found entity
- `500` — internal server error

---

[API](https://skmtc.net/conekta/apis/conekta-api.md) · [All operations](https://skmtc.net/conekta/apis/conekta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conekta/conekta-api/versions/029df3052bca/schema)
