---
title: "Get Output File"
method: GET
path: "/of/{output_file_id}/"
tags: ["output files"]
---

# Get Output File

`GET /of/{output_file_id}/`

Get an output file by ID

## Path parameters

- `output_file_id` string, required

## Response `200`

Successful Response

- OutputFileResponseSchema
  - `id` string, required
  - `file_name` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-03-12** `181efcea9e6e` — 1 info
  - endpoint added
- **2024-11-23** `a2d864f3a8db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pyspur-dev/apis/pyspur-api/changes/of/:output_file_id/get.md)

---

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