GET
/
api
/
v1
/
prompts
/
{prompt_id}

Authorizations

Syllable-API-Key
string
headerrequired

Path Parameters

prompt_id
integer
required

Response

200 - application/json
name
string
required

The Prompt name

type
string
required

The type of the prompt

llm_config
object
required

The configuration for the language model used by the Cortex API.

id
integer
required

The Prompt ID

last_updated
string | null
required

The last updated date of the prompt

description
string | null

The description of the prompt

context
string | null

The prompt text

tools
string[]

The tools for the prompt

edit_comments
string | null

The comments for the last edit

last_updated_by
string | null

The last updated user who last updated of the prompt

agent_count
integer | null

The number of agents using the prompt