---
title: "List dubbing jobs"
method: GET
path: "/api/dubbing/jobs"
tags: ["Video Dubbing"]
---

# List dubbing jobs

`GET /api/dubbing/jobs`

Retrieve a paginated list of your dubbing jobs, ordered by creation date (newest first).

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

List of jobs

- ListJobsResponse
  - `jobs` JobSummary[], required
    - `job_id` string
    - `status` 'pending' | 'downloading' | 'processing' | 'uploading' | 'completed' | 'failed'
    - `source_lang` string
    - `target_lang` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `total` integer, required — Total number of jobs
  - `limit` integer, required — Limit used in the query
  - `offset` integer, required — Offset used in the query

## Other responses

- `401` — Invalid or expired API token

---

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