---
title: "GET /iiif_manifest/{version}/{fileId}"
method: GET
path: "/iiif_manifest/{version}/{fileId}"
tags: ["Image Endpoints"]
---

# GET /iiif_manifest/{version}/{fileId}

`GET /iiif_manifest/{version}/{fileId}`

Retrieves the manifest of the IIIF image.

## Path parameters

- `version` 2, required
- `fileId` integer, required

## Query parameters

- `url` string, uri

## Response `200`

Success

- object — IIIF Presentation API v2 manifest

## Other responses

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

## Changes

- **2026-03-19** `f1cfc7b7cc70` — 1 breaking
  - for the `path` request parameter `version`, the type changed from no type to `integer`
- **2025-12-03** `008688998b83` — 8 breaking, 1 info
  - removed the media type `image/jpeg` for the response with the status `200`
  - removed the media type `image/png` for the response with the status `200`
  - the `allOf[#/components/schemas/ApiError]/url` response's property format changed from `uri` to no format for status `401`
  - the `allOf[#/components/schemas/ApiError]/url` response's property format changed from `uri` to no format for status `403`
  - …5 more
- **2025-12-02** `26f86ddcd57c` — 9 info
  - 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`
  - removed `#/components/schemas/ErrorModel, #/components/schemas/ParameterErrorModel` from the response body `oneOf` list for the response status `404`
  - …5 more
- …earlier changes not shown

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