---
title: "List workflow prompt images"
method: GET
path: "/v1/workflows/prompt-images"
tags: ["workflows"]
---

# List workflow prompt images

`GET /v1/workflows/prompt-images`

List all prompt images uploaded for the organization.

## Response `200`

Successful Response

- WorkflowPromptImageListItem[]
  - `supabase_url` string, required — The stable supabase:// URL to use in workflow prompt HTML
  - `path` string, required — The storage path of the image
  - `filename` string, required — The filename of the image
  - `created_at` string, date-time, nullable — When the image was uploaded
  - `size_bytes` integer, nullable — The size of the file in bytes

---

[API](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud.md) · [All operations](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberdesk-hq/cyberdesk-cloud/revisions/830d2f48963d/schema)
