---
title: "Get file details"
method: GET
path: "/crm/files/{id}/data"
tags: ["Files"]
---

# Get file details

`GET /crm/files/{id}/data`

## Path parameters

- `id` string, required

## Response `200`

Returned when file is found.

- FileData — File data that is uploaded
  - `name` string — Name of uploaded file
  - `authorId` string — Account id of user which created the file
  - `contactId` integer — Contact id of contact on which file is uploaded
  - `dealId` string — Deal id linked to a file
  - `companyId` string — Company id linked to a file
  - `size` integer — Size of file in bytes
  - `createdAt` string, date-time — File created date/time

## Other responses

- `400` — Returned when invalid data posted
- `404` — Returned when item not found

---

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