> ## Documentation Index
> Fetch the complete documentation index at: https://docs.okrapdf.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get File

> Get file metadata for a passive PDF asset.

## Overview

Returns metadata for a private file asset.

<ParamField path="id" type="string" required>
  File ID.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl https://api.okrapdf.com/v1/files/file_abc123 \
    -H "Authorization: Bearer $OKRA_API_KEY"
  ```
</RequestExample>
