GET
/
v1
/
prompts
/
{prompt_id}

Headers

authorization
string
required

Your API key for authentication.

Path Parameters

prompt_id
string
required

The unique identifier for the prompt you want to retrieve.

Response

status
string

Response status of the request.

prompt
object

An object containing parameters for the prompt.

prompt.id
string

The unique identifier of the prompt.

prompt.prompt
string

The prompt of the specific prompt_id.

prompt.name
string

The name of the specific prompt_id.

prompt.last_updated
string

The time of last update for the specific prompt_id.