Skip to main content
GET
List prompts

Authorizations

Authorization
string
header
required

JWT authentication token

Query Parameters

visibility
enum<string>
default:all

Filter by visibility: all (default, public + private + team), public (public prompts), private (user's own prompts), team (team prompts)

Available options:
all,
public,
private,
team

Search by title, description, content, category, or tags

category
string

Filter by category

limit
integer
default:50

Maximum number of results

Required range: 1 <= x <= 100
offset
integer
default:0

Offset for pagination

Required range: x >= 0

Response

List of prompts

has_more
boolean
required
prompts
object[]
required
total
integer
required