List prompts
GET/api/v1/prompts/
List prompts
Request
Query Parameters
name string
content string
groupBy string
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
error string
nextPageToken string
prompts
object[]
content string
createdAt date-time
error string
hash string
id string
name string
tags string[]
version integer
{
"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...