GET
/
api
/
v1
/
prompts
/
{prompt_id}
/
history

Authorizations

Syllable-API-Key
string
header
required

Path Parameters

prompt_id
integer
required

Response

200
application/json
timestamp
string
required

Timestamp of the change

prompt_id
string
required

ID of the prompt

prompt_text
string
required

Text of the prompt

prompt_name
string
required

Name of the prompt

user_email
string
required

Email address of the user who made the change

prompt_description
string | null

Description of the prompt

llm_config
string | null

String representation of LLM config for the prompt

comments
string | null

Comments describing the change