---
title: "Get a file asset"
method: GET
path: "/v6/files/{fileId}"
tags: ["Files"]
---

# Get a file asset

`GET /v6/files/{fileId}`

Returns the metadata record for a single file asset, including `status`, `review_status`, `size`, `format`, and `tags`. To retrieve the file content, use `GET /v6/files/{fileId}/download`.

## Path parameters

- `fileId` string, required

## Response `200`

File asset record.

## Other responses

- `400` — Bad Request
- `401` — Missing or invalid access token.
- `402` — Payment Required
- `403` — Forbidden
- `404` — File asset not found or does not belong to this client.
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
