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

# GET /backend_details/

`GET /backend_details/`

Retrieves a list of backend configuration settings.

## Query parameters

- `download` boolean

## Response `200`

Success

- BackendDetailsModel
  - `version` string, required
  - `apiVersions` string, required
  - `siteName` string, required
  - `imageProcessing` object, required
    - `enabled` string, required
    - `availableImageSizes` object, required
      - `thumbnail` string, required
      - `table` string, required
  - `IIIF` object, required
    - `enabled` string, required
    - `url` string, required
    - `version` string, required

## Other responses

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

## Changes

- **2025-04-01** `b640f0339736` — 1 breaking, 5 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`
  - …2 more

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/backend_details/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)
