Skip to main content
GET
/
api
/
prompts
/
user
/
summary
Get summarized user prompts including reference prompts
curl --request GET \
  --url https://your-instance.example.com/api/prompts/user/summary \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

userId
string

Optional user ID to fetch prompts for (defaults to current user)

Response

Summarized prompts returned

Generic response envelope. Endpoint-specific fields are intentionally open.