---
title: "Get job encode throughput"
method: GET
path: "/jobs/{id}/throughput"
tags: ["Jobs"]
---

# Get job encode throughput

`GET /jobs/{id}/throughput`

Retrieve the recorded encode-throughput series (frames per second, realtime speed, frame index) for a job. Returns an empty array if the job produced none (e.g. a non-encode job).

## Path parameters

- `id` string, required — Job ID

## Response `200`

Job encode-throughput series (fps/speed/frame)

- object
  - `data` object[], required
    - `timestamp` number, required
    - `fps` number
    - `speed` number
    - `frame` number

## Other responses

- `401` — Unauthorized
- `404` — Job not found

## Changes

- **2026-08-31** `fafe355d0698` — 1 info
  - the security scope `jobs:read` was added to the endpoint's security scheme `bearerAuth`
- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `getJobThroughput` was added
- **2026-07-26** `ad4351c79853` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/jobs/:id/throughput/get.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rendobar/apis/rendobar-api/revisions/420f0f5209ca?raw)
