---
title: "Get Source File Properties"
method: GET
path: "/tasks/{taskId}/source-files/{sourceFileId}"
tags: ["Source File"]
---

# Get Source File Properties

`GET /tasks/{taskId}/source-files/{sourceFileId}`

Retrieves the properties for a source file.

## Headers

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

## Response `200`

- SourceFilePropertiesResponse
  - `fileRole` 'translatable' | 'reference', required — The file's role.
  - `fileTypeSettingsId` string, required — The file type settings identifier.

## Other responses

- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": the authenticated user is not allowed to read the resource.
- `404` — Error codes: * "notFound": the task or source file could not be found by id.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
