Skip to main content
GET
Retrieves a prompt template by its unique identifier. This returns the prompt metadata including name, tags, and creation date.

Path Parameters

string
required
The unique identifier of the prompt

Response

object
string
The unique identifier for the prompt
string
Name of the prompt template
string[]
Array of tags associated with the prompt
string
ISO 8601 timestamp of when the prompt was created
string | null
Error message if the request failed, null otherwise