List Prompt Tags
GET/api/v1/prompttags
List Prompt Tags
Request
Query Parameters
promptId stringnull
promptName string
promptVersion integer
value string
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
error string
nextPageToken string
tags
object[]
error string
promptId string
promptName string
promptVersion integer
value string
{
"error": "string",
"nextPageToken": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...