list_prompts
List prompts for the authenticated application. Optionally filter by type, subtype, or active status. Returns paginated results ordered by active status then last update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| subtype | No | 'routing_instructions' or 'output_instructions'. Returns all when omitted. | |
| is_active | No | Activating a prompt automatically deactivates other prompts of the same type. | |
| prompt_type | No | 'chat', 'search_answering', 'suggested_questions', or 'chat_evaluation'. Returns all when omitted. | |
| interface_type | No | Interface scope of the prompt: 'chat', 'navigator', 'search', or 'api'. Required for 'chat' and 'search_answering' prompt types; omit for 'suggested_questions' and 'chat_evaluation'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||