Skip to main content

List active prompts

Returns the active version of every prompt in a project. There is one prompt per pipeline step, and exactly one version of each prompt is active at a time.

Query parameters

string
The project slug. Required if projectId is not provided.
string
The project UUID. Required if projectSlug is not provided.

Response

Example

Get a prompt with version history

Returns a single prompt and every version of it (active and inactive), oldest first.

Path parameters

string
required
The prompt UUID.

Response

Use the list endpoint to discover prompt IDs, then call the detail endpoint for full version history when you need to diff versions.