---
title: "Get stored file by id"
method: GET
path: "/api/v3/files/{file_uuid}"
tags: ["access control files"]
---

# Get stored file by id

`GET /api/v3/files/{file_uuid}`

## Path parameters

- `file_uuid` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- AccessControlFile — Represents the file url and information for access control file
  - `url` string, required — Url link to access control file
  - `file_type` 'unknown' | 'pdf' | 'csv' | 'photo_sphere' | 'zip' | 'photo' | 'video', required — File type for the url above
  - `entity_type` 'Project' | 'User' | 'Account', required — What object the entity below is
  - `entity` object, required — The entity involved based on entity type

## Other responses

- `403` — Forbidden access
- `404` — Missing file

---

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