---
title: "Get Output Details"
method: GET
path: "/outputs/{output_id}"
tags: ["Outputs"]
---

# Get Output Details

`GET /outputs/{output_id}`

Get details for a job output. Job details are available for two months after the job is submitted.

## Path parameters

- `output_id` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Headers

- `Content-Type` string, required
- `Zencoder-Api-Key` string, required

## Response `200`

Output properties.

- OutputMediaFile — Object containing properties for an output media file.
  - `audio_bitrate_in_kbps` integer — Audio bitrate of the output media file
  - `audio_codec` string — Audio codec of the output media file
  - `audio_sample_rate` integer — Audio sample rate of the output media file
  - `channels` integer — The number of audio channels in the output media file
  - `created_at` string — ISO 8601 date-time string representing when the output file was created
  - `updated_at` string — ISO 8601 date-time string representing when state of processing on the output file last changed
  - `finished_at` string — ISO 8601 date-time string representing when processing the output file finished
  - `duration_in_ms` integer — Duration in ms of the output media file
  - `error_class` string — The type of error thrown if an error occurred in processing the output file
  - `error_message` string — The error message thrown if an error occurred in processing the output file
  - `file_size_bytes` integer — The file size in bytes of the output file
  - `fragment_duration_in_ms` integer — Duration of final fragment for segmented types
  - `format` string — The format of the output file
  - `frame_rate` integer — The frame_rate of the output file
  - `height` integer — The frame height of the output file in pixels
  - `id` integer — The id of the output file, an integer in the 64-bit range.
  - `label` string — Label for the output
  - `md5_checksum` integer — The checksum of the output file
  - `privacy` boolean — Privacy mode
  - `rfc_6381_audio_codec` string — Audio codec for industry compatibility
  - `rfc_6381_video_codec` string — Video codec for industry compatibility
  - `state` string — The current state of the file: - pending (not yet submitted to Zencoder) - submitting (currently submitting to Zencoder) - transcoding (currently transcoding) - uploading (currently uploading the output file) - finished (Zencoder finished processing the file) - failed (Zencoder was unable to process the file)
  - `test` boolean — Test mode
  - `video_bitrate_in_kbps` integer — video bitrate of the output file
  - `video_codec` string — video codec of the output file
  - `width` integer — frame width of the output file in pixels
  - `total_bitrate_in_kbps` integer — total audio+video bitrate of the output file
  - `url` string — URL of the output file

## Other responses

- `403` — Forbidden
- `422` — Invalid query parameters
- `500` — Server error

---

[API](https://skmtc.net/brightcovelearning/apis/zencoder-api.md) · [All operations](https://skmtc.net/brightcovelearning/apis/zencoder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/zencoder-api/versions/1c9ad03e166e/schema)
