---
title: "List Images in a Digital Form"
method: GET
path: "/v1/form-instance/{form_instance_id}/images/"
tags: ["Form Instances"]
---

# List Images in a Digital Form

`GET /v1/form-instance/{form_instance_id}/images/`

Get a list of all the image IDs in your own digital form

## Path parameters

- `form_instance_id` integer, required

## Response `200`

Successful Response

- ApiGenericResponseFormInstanceImagesModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` FormInstanceImagesModel
    - `imageIds` string[] — A list of IDs to use when fetching

## Other responses

- `400` — Business Logic Error
- `403` — Permission Error
- `404` — Records Not Found
- `409` — Integrity Error or Data Conflict
- `422` — Validation Error

---

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