Skip to main content
Retrieve all prompts currently inside a specific vault. Results are ordered so that pinned prompts appear first, followed by the remaining prompts sorted by the date they were added to the vault, newest first. This ordering mirrors how prompts appear in the Prompt Bank UI.

Endpoint

Path Parameters

integer
required
The numeric ID of the vault whose prompts you want to list.

Request Example

Response Example

The data field contains an array of prompt objects. Pinned prompts (isPinned: true) appear at the top of the list.

Prompt Object Fields