---
title: "Find schedule for translation job"
method: GET
path: "/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/schedule"
tags: ["Jobs"]
---

# Find schedule for translation job

`GET /jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/schedule`

Get all schedule items for a specific job.

## Path parameters

- `projectId` string, required
- `translationJobUid` string, required

## Response `200`

OK

- JobSchedule
  - `data` object
    - `scheduleUid` string, uuid — schedule universal identifier.
    - `workflowStepUid` string, uuid — workflow step universal identifier.
    - `dueDate` string, date-time — due date in milliseconds format.
    - `targetLocaleId` string — The locale identidier.

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `404` — Not found error
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
