> ## 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 Hosted PDF

> Retrieve hosted PDF deployment metadata.

## Overview

Returns metadata for a hosted PDF deployment.

<ParamField path="namespace" type="string" required>
  Hosted PDF namespace.
</ParamField>

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