List Prompts
Browse through all your prompts to see what you're using across your AI applications. Returns all prompts by default (both active and inactive versions), or filter by product or version to narrow down the results.
Filtering & Pagination:
- Filter by productId to see prompts for a specific product
- Filter by versionId to see a specific version
- Choose your pagination style: cursor-based (limit + cursor) or page-based (page + pageSize)
- Check the Link header for easy pagination navigation
Note: This returns lightweight data with just component IDs. Use GET /prompts/:id to fetch the full prompt content.
Query parameters
Page size limit (cursor-based pagination). Use either limit/cursor OR page/pageSize, not both.
Page size limit (cursor-based pagination). Use either limit/cursor OR page/pageSize, not both.
Page number (page-based pagination). Use either page/pageSize OR limit/cursor, not both.
Page number (page-based pagination). Use either page/pageSize OR limit/cursor, not both.
Number of items per page (page-based pagination). Use either page/pageSize OR limit/cursor, not both.
Number of items per page (page-based pagination). Use either page/pageSize OR limit/cursor, not both.
Include archived prompts.
Include archived prompts.
Filter prompts by specific version ID.
Filter prompts by specific version ID.
Filter prompts by product ID.
Filter prompts by product ID.
Filter to only show prompts that are part of active versions. When true, only returns prompts associated with versions where isActive=true.
Filter to only show prompts that are part of active versions. When true, only returns prompts associated with versions where isActive=true.
Response
Prompts retrieved successfully. Check the Link header for pagination URLs (first, prev, next).