---
title: "List prompts in a workspace"
method: GET
path: "/v1/workspaces/{id}/prompts"
tags: ["Prompts"]
---

# List prompts in a workspace

`GET /v1/workspaces/{id}/prompts`

Lists the prompts monitored in the workspace. `id` is the identifier accepted by the prompt write endpoints.

## Path parameters

- `id` string, required — Workspace identifier.

## Response `200`

A list of workspace prompts.

- PublicApiWorkspacePromptsList
  - `items` PublicApiWorkspacePrompt[], required
    - `id` string, required — Prompt ID — use with the prompt write endpoints.
    - `prompt` string, required
    - `country` string, required
    - `tagIds` string[], required
    - `intentVolume` number — Monthly intent volume for the prompt, when computed.
    - `createdDate` string, required
  - `paging` PublicApiCursorPageInfo, required
    - `nextCursor` string, nullable, required
    - `hasMore` boolean, required

## Other responses

- `400` — Validation failed.
- `401` — Unauthorized.
- `403` — Forbidden.
- `429` — Quota exhausted.

---

[API](https://skmtc.net/otterly/apis/otterly-public-api.md) · [All operations](https://skmtc.net/otterly/apis/otterly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otterly/otterly-public-api/revisions/49f12c5f26c7/schema)
