Prompts
Prompt Details
Retrieves data for a specific prompt_id.
GET
/
v1
/
prompts
/
{prompt_id}
Headers
authorization
string
requiredYour API key for authentication.
Path Parameters
prompt_id
string
requiredThe 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.