---
title: "Get FFmpeg job status"
method: GET
path: "/uploadposts/ffmpeg/jobs/{job_id}"
tags: ["FFmpeg Editor"]
---

# Get FFmpeg job status

`GET /uploadposts/ffmpeg/jobs/{job_id}`

Poll the status of an FFmpeg processing job. Statuses: PENDING, PROCESSING, FINISHED, ERROR.

## Path parameters

- `job_id` string, required

## Response `200`

Job status retrieved successfully.

- FFmpegJob
  - `job_id` string
  - `status` 'PENDING' | 'PROCESSING' | 'FINISHED' | 'ERROR' — Status of an FFmpeg processing job.
  - `duration_seconds` number — Duration of the input media in seconds.
  - `output_extension` string

## Other responses

- `401` — Unauthorized — Invalid or expired token.
- `404` — Not Found — Resource does not exist.

---

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