List Prompt Templates
Get a paginated list of all prompt templates in your workspace. Results are ordered by creation date, newest first. Each returned prompt template includes the latest version by default. When filtering byDocumentation Index
Fetch the complete documentation index at: https://promptlayer-add-demo-projects.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
label, the version associated with that label is returned instead.Authorizations
Query Parameters
Filter prompt templates by release label (e.g., 'prod', 'dev', 'staging')
Filter prompt templates by name (case-insensitive partial match)
Filter prompt templates by tags. Can be a single tag or a list of tags. Only templates whose tags contain all specified values are returned.
Filter prompt templates by status: 'active' (default) returns only active templates, 'deleted' returns only deleted/archived templates, 'all' returns both
active, deleted, all External ID source to filter by. Must be provided with external_id.
External ID value to filter by. Must be provided with external_source.
Filter by the creator's email address.
Filter resources created at or after this timestamp.
Filter resources created at or before this timestamp.
Filter resources updated at or after this timestamp.
Filter resources updated at or before this timestamp.
Sort field.
created_at, updated_at, name, id Sort direction.
asc, desc When true, return snippets only. When false, exclude snippets. When omitted, return both prompts and snippets.

