Skip to main content
GET
/
v1
/
prompts
/
{id}
/
tags
List Prompt Version Tags
curl --request GET \
  --url http://localhost:3000/v1/prompts/{id}/tags \
  --header 'Authorization: Bearer <token>'
{
  "tags": [
    {
      "tag": "<string>",
      "version": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).

Path Parameters

id
string<uuid>
required

Unique prompt UUID.

Response

List of prompt tags

tags
object[]
required