---
title: "Get jobs with an active process"
method: POST
path: "/jobs-api/v3/projects/{projectId}/jobs/processes"
tags: ["Jobs"]
---

# Get jobs with an active process

`POST /jobs-api/v3/projects/{projectId}/jobs/processes`

Given a list of translation job UIDs, returns the subset of those jobs that currently have an active asynchronous process (for example, an in-progress authorization or batch operation).

## Path parameters

- `projectId` string, required

## Request body

- GetJobsWithProcessesRequest — The translation job UIDs to check for an active asynchronous process.
  - `translationJobUids` string[], required — The `translationJobUid`s to check. Accepts between 1 and 500 values.

## Response `200`

OK

- ListJobsWithProcessesResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object, required
      - `items` ListJobsWithProcessesResponseItem[]
        - `translationJobUid` string — The unique identifier of a job that currently has an active asynchronous process.
      - `totalCount` number

## Other responses

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

## Changes

- **2026-09-15** `86fc7c97f36c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smartling/apis/smartling-rest-api-reference/changes/jobs-api/v3/projects/:projectId/jobs/processes/post.md)

---

[API](https://skmtc.dev/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.dev/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/smartling/apis/smartling-rest-api-reference/revisions/86fc7c97f36c?raw)
