---
title: "Get file by UUID"
method: GET
path: "/v1.0/files/{file_uuid}"
---

# Get file by UUID

`GET /v1.0/files/{file_uuid}`

A method that allows you to receive a file.

## Path parameters

- `file_uuid` string, required

## Response `200`

200

- object
  - `_links` object
    - `download` object
      - `href` string
    - `download_version` object
      - `href` string
    - `self` object
      - `href` string
  - `created_at` integer
  - `created_by` object
    - `type` string
    - `id` integer
  - `deleted_at` unknown
  - `deleted_by` unknown
  - `has_multiple_versions` boolean
  - `is_trashed` boolean
  - `metadata` object
    - `extension` string
    - `mime_type` string
  - `name` string
  - `previews` unknown
  - `sanitized_name` string
  - `session_id` integer
  - `size` integer
  - `source_id` unknown
  - `type` string
  - `updated_at` integer
  - `updated_by` object
    - `type` string
    - `id` integer
  - `uuid` string
  - `version_uuid` string

## Other responses

- `204` — 204
- `401` — 401
- `403` — 403

---

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