---
title: "List files within job"
method: GET
path: "/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/files"
tags: ["Jobs"]
---

# List files within job

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

This lists all files within a job.

## Path parameters

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

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ListFilesResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object, required
      - `items` TranslationJobFile[]
        - `data` object
          - `uri` string — File uri
          - `localeIds` string[] — List of locale ids
          - `fileUid` string — File uid
      - `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

---

[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)
