Skip to main content
GET
Get Prompt by Name or ID

Path Parameters

nameOrId
string
required

Prompt name or UUID

Query Parameters

environment
string

staging | production for environment-aware resolution

Response

{ success, data: { id, name, content, metadata, isGlobal } } on success, { success: false, error } otherwise.