---
title: "List FTS Source File Dimension"
method: GET
path: "/fts/source-files"
tags: ["File Translation Status Data Set"]
---

# List FTS Source File Dimension

`GET /fts/source-files`

Retrieves the source file dimension present in the file translation status dataset.

## Query parameters

- `$filter` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

- object
  - `itemCount` integer
  - `items` DimSourceFile[]
    - `internalId` integer — A unique internal identifier for the source file.
    - `sourceFileId` string — A unique identifier for the source file, as it is in Trados Cloud Platform.
    - `projectId` string — The identifier for the project associated with the source file, as it is in Trados Cloud Platform.
    - `projectName` string — The name of the project associated with the source file.
    - `fileName` string — The name of the source file.
    - `sourceFileLocationId` string — The identifier for the location where the source file is stored.
    - `fileTypeSettingsId` string — The identifier for the file type settings used for processing the source file.
    - `fileRole` string — The role or category of the source file (e.g., source, reference).
    - `batch` integer — The batch number.
    - `sourceFileSegmentCount` integer — The total number of segments in the source file.
    - `sourceFileWordCount` integer — The total number of words in the source file.
    - `sourceFileCharacterCount` integer — The total number of characters in the source file.
    - `createdAt` string, date-time — The date and time when the source file was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.

## Other responses

- `400` — Bad Request. The request could not be understood by the server. Check error message and details to further understand the cause.
- `401` — Unauthorized request. The user could not be identified.
- `403` — Forbidden request. The user does not have the necessary permissions for the resource.

---

[API](https://skmtc.net/rws/apis/trados-data-bridge-api.md) · [All operations](https://skmtc.net/rws/apis/trados-data-bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-data-bridge-api/versions/823ba45e799c/schema)
