---
title: "Get List of Company Attachments"
method: GET
path: "/v1/companies/{company_id}/attachments"
tags: ["Company Attachment"]
---

# Get List of Company Attachments

`GET /v1/companies/{company_id}/attachments`

Retrieve a list of all the attachments uploaded by the company.

### Related guides
- [Manage company attachments](https://docs.gusto.com/embedded-payroll/docs/manage-company-attachments)

scope: `company_attachments:read`

## Path parameters

- `company_id` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Successful

- CompanyAttachment[]
  - `uuid` string, required — UUID of the company attachment
  - `name` string, required — name of the file uploaded
  - `category` 'gep_notice' | 'compliance' | 'other', required — The category of the company attachment. - `gep_notice`: A tax notice attachment - `compliance`: A compliance attachment - `other`: Any other attachment type
  - `upload_time` string, required — The ISO 8601 timestamp of when an attachment was uploaded

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

[API](https://skmtc.net/gusto/apis/gusto-api.md) · [All operations](https://skmtc.net/gusto/apis/gusto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gusto/gusto-api/revisions/826dfa57fb3b/schema)
