---
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 — Dictionary keyed by numerical file IDs

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access denied
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error

## Changes

- **2025-12-03** `008688998b83` — 7 breaking
  - the response property `additionalProperties/publicShareable` became nullable for the status `200`
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `401`
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `403`
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `404`
  - …3 more
- **2025-12-02** `26f86ddcd57c` — 1 breaking, 9 info
  - removed the required property `id` from the response with the `200` status
  - added `#/components/schemas/ApiError, subschema #2` to the response body `allOf` list for the response status `404`
  - added `#/components/schemas/ApiError, #/components/schemas/ParameterError, subschema #3` to the response body `anyOf` list for the response status `400`
  - removed `#/components/schemas/ErrorModel, #/components/schemas/ParameterErrorModel` from the response body `oneOf` list for the response status `400`
  - …6 more
- **2025-12-02** `676032e96b3f` — 3 info
  - added the media type `application/json` for the response with the status `404`
  - added the non-success response with the status `400`
  - added the non-success response with the status `405`
- …earlier changes not shown

[Full 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/bbd340468fc9/schema)
