---
title: "Get file metadata"
method: GET
path: "/attachments/v1/files/{fileId}"
tags: ["Attachments:v1:Files"]
---

# Get file metadata

`GET /attachments/v1/files/{fileId}`

Retrieve detailed information about a previously uploaded attachment identified by the fileId. The response includes its metadata, and the status of the upload process.

## Path parameters

- `fileId` string, required — The unique identifier for the uploaded filetype

## Response `200`

Successful Response

- APIResponseGetFileURLResponse
  - `requestId` string
  - `data` GetFileURLResponse, required
    - `fileId` string, required — The unique identifier for the file
    - `fileUrl` string, uri — The file URL
    - `uploadCompleted` boolean, required — Indicates whether the upload process for the file has been successfully completed
    - `fileType` string, required — The MIME type or format of the file
    - `featureType` string, required — Feature type

## Other responses

- `422` — Validation Error

---

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