---
title: "GET /companies/{companySlug}/creditNotes/drafts/{draftId}/attachments"
method: GET
path: "/companies/{companySlug}/creditNotes/drafts/{draftId}/attachments"
tags: ["credit notes"]
---

# GET /companies/{companySlug}/creditNotes/drafts/{draftId}/attachments

`GET /companies/{companySlug}/creditNotes/drafts/{draftId}/attachments`

Returns all attachments for specified draft.

## Response `200`

OK

- Attachment[]
  - `uuid` string, uuid — Unique id of the attachment (the underlying file's UUID). Use this value as the attachmentUuid path parameter when deleting the attachment.
  - `filename` string — The name of the underlying file.
  - `identifier` string — User-defined identifier for attachment. Could be the Invoice Id or receipt number for example.
  - `downloadUrl` string — For use with API credentials (bearer token or oauth 2)
  - `downloadUrlWithFikenNormalUserCredentials` string — Requires the user to login with username and password in Fiken.
  - `comment` string — Field for additional information for this attachment.
  - `type` 'invoice' | 'reminder' | 'unspecified' | 'ocr' | 'bank_statement'

---

[API](https://skmtc.dev/fiken/apis/fiken-api.md) · [All operations](https://skmtc.dev/fiken/apis/fiken-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fiken/fiken-api/revisions/2473dacdb89c/schema)
