List all prompts with project filter
Returns a list of prompts. If the project_id query parameter is not provided, returns an empty list by default. Users can filter by a project they can reach.
Query parameters
Optional UUID of the project to filter prompts (alias of project).
Optional UUID of the project to filter prompts (alias of project_id).
Optional boolean to filter prompts by archive state.
Response
A list of prompts
Changes
Changed in 3 of the 18 revisions of this API.224
- ▲
removed the required property
prompts/items/team_idfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameterteamrequest-parameter-removed
- ●
deleted the
queryrequest parameterteam_idrequest-parameter-removed
- ○
added the new optional
queryrequest parameterprojectnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterproject_idnew-optional-request-parameter
- ○
added the required property
prompts/items/project_idto the response with the200statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲