---
title: "Get a Portfolio File"
method: GET
path: "/portfolio_files/{id}"
tags: ["Portfolio Files"]
---

# Get a Portfolio File

`GET /portfolio_files/{id}`

Returns a single portfolio file.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `include_download_url` 'true' | 'false'

## Response `200`

Successfully retrieved the portfolio file

- object
  - `portfolio_file` PortfolioFile
    - `id` string, uuid, required — Unique identifier for the portfolio file
    - `name` string, required — Name of the portfolio file
    - `size` integer, required — Size of the portfolio file in bytes
    - `content_type` string, required — MIME type of the portfolio file
    - `created_at` string, date-time, required — When the portfolio file was created
    - `portfolio_company_profile_id` string, uuid, required — ID of the associated portfolio company profile
    - `portfolio_folder_id` string, uuid, nullable, required — ID of the associated portfolio folder
    - `file_tag_ids` string[], required — IDs of the associated file tags
    - `download_url` string, uri — Temporary download URL for the portfolio file

## Other responses

- `401` — Unauthorized - Invalid or missing authentication token
- `403` — Forbidden - The authenticated user does not have access to the requested resource
- `404` — Not Found - The requested resource was not found
- `429` — Too Many Requests - Rate limit exceeded

---

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