v1

latestOpenAPI 3.0.02026-07-222980136.7 KB
Prompts

List prompts in a workspace

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

get/v1/workspaces/{id}/prompts

Path parameters

idstring required

Workspace identifier.

Example:01HX7K2YV9D3M8N0G6Q5R4S3T2

Workspace identifier.

Response

A list of workspace prompts.

Example response

{
  "items": [
    {
      "id": "01HX7K2YV9D3M8N0G6Q5R4S3T2",
      "prompt": "best running shoes",
      "country": "us",
      "tagIds": [],
      "intentVolume": 1200,
      "createdDate": "2026-07-14T10:00:00.000Z"
    }
  ],
  "paging": {
    "nextCursor": null,
    "hasMore": false
  }
}