---
title: "Get Input Details"
method: GET
path: "/inputs/{input_id}"
tags: ["Inputs"]
---

# Get Input Details

`GET /inputs/{input_id}`

Get job input Details. Job details are available for two months after the job is submitted.

## Path parameters

- `input_id` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Headers

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

## Response `200`

Input properties.

- InputMediaFile — Object containing properties for the input media file.
  - `audio_bitrate_in_kbps` integer — Audio bitrate of the input media file
  - `audio_codec` string — Audio codec of the input media file
  - `audio_sample_rate` integer — Audio sample rate of the input media file
  - `audio_tracks` integer — The number of audio tracks in the input media file
  - `channels` integer — The number of audio channels in the input media file
  - `created_at` string — ISO 8601 date-time string representing when the input file was created
  - `updated_at` string — ISO 8601 date-time string representing when state of processing on the input file last changed
  - `finished_at` string — ISO 8601 date-time string representing when processing the input file finished
  - `duration_in_ms` integer — Duration in ms of the input media file
  - `error_class` string — The type of error thrown if an error occurred in processing the input file
  - `error_message` string — The error message thrown if an error occurred in processing the input file
  - `file_size_bytes` integer — The file size in bytes of the input file
  - `format` string — The format of the input file
  - `frame_rate` integer — The frame_rate of the input file
  - `height` integer — The frame height of the input file in pixels
  - `id` integer — The id of the input file, an integer in the 64-bit range.
  - `md5_checksum` integer — The checksum of the input file
  - `privacy` boolean — Privacy mode
  - `state` string — The current state of the file: - pending (not yet submitted to Zencoder) - submitting (currently submitting to Zencoder) - 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 input file
  - `video_codec` string — video codec of the input file
  - `width` integer — frame width of the input file in pixels
  - `total_bitrate_in_kbps` integer — total audio+video bitrate of the input file
  - `url` string — URL of the input file

## Other responses

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

---

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