---
title: "GET /licensed_file_overview/"
method: GET
path: "/licensed_file_overview/"
tags: ["Administrative Endpoints"]
---

# GET /licensed_file_overview/

`GET /licensed_file_overview/`

Retrieves all existing files with a licence and their display URL, thumbnail URL, extension and license. With the parameter `{file_id}` specific files can be retrieved.

## Query parameters

- `file_id` integer

## Response `200`

Success

- LicensedFileOverviewModel
  - `id` object, required
    - `display` string, required
    - `thumbnail` string, required
    - `extension` string, required
    - `license` string, required
    - `licenseHolder` string, required
    - `creator` string, required
    - `publicShareable` boolean, required
    - `IIIFManifest` string, required

## Other responses

- `404` — Something went wrong. Please consult the error message.

## Changes

- **2025-04-01** `b640f0339736` — 1 breaking, 6 info
  - removed the media type `application/json` for the response with the status `404`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - …3 more

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/licensed_file_overview/get.md)

---

[API](https://skmtc.dev/craws/apis/openatlas-api.md) · [All operations](https://skmtc.dev/craws/apis/openatlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/craws/openatlas-api/revisions/f2e51ff080a6/schema)
