Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The prompt identifier. Can be: internal prompt ID (UUID), or externalPromptId (your custom ID).

Response

Prompt retrieved successfully

composedPrompt
string
required

The prompt with variables interpolated from query parameters.

prompt
object
required

The full prompt object with components.