---
title: "List recently published files"
method: GET
path: "/published-files-api/v2/projects/{projectId}/files/list/recently-published"
tags: ["Files"]
---

# List recently published files

`GET /published-files-api/v2/projects/{projectId}/files/list/recently-published`

Response is limited to files published after 14 days from the time called.

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `publishedAfter` string, YYYY-MM-DDThh:mm:ssZ, required
- `fileUris[]` string[]
- `localeIds[]` string[]
- `offset` integer
- `limit` integer

## Response `200`

OK

- PublishedFilesAPIRecentlyPublishedFilesSuccessResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` PublishedFilesAPIRecentlyPublishedFilesResponseItem
      - `fileUri` string, required — The URI of the file that was published
      - `publishDate` string, YYYY-MM-DDThh:mm:ssZ, required — The date the file was published for the specified locale
      - `localeId` string, required — Identifier for a locale

## 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.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-service-production.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
