List prompts
Returns prompts for the authenticated user, optionally filtered by flow, search, or model.
Authentication
AuthorizationBearer
API key or Clerk session token
Query parameters
flowId
Filter prompts by flow ID
limit
Max results per page (default 50, max 100)
cursor
Pagination cursor
direction
Pagination direction
Allowed values:
search
Search by name or text
model
Filter by model ID
Response
List of prompts
data
filtersApplied
pagination
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error