Skip to main content
GET
Get prompt template

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required
template_id
string
required

Response

200 - application/json

PromptTemplateInfo(id: uuid.UUID, name: str, latest_template_version_id: Optional[uuid.UUID] = None)

id
string<uuid>
required
name
string
required
latest_template_version_id
string<uuid> | null