Skip to main content
GET
https://catalystapi.superdashhq.com/api
/
v1
/
assistants
/
getPrompt
/
{workspaceId}
/
{assistantId}
Get Prompt
curl --request GET \
  --url https://catalystapi.superdashhq.com/api/v1/assistants/getPrompt/{workspaceId}/{assistantId} \
  --header 'x-api-key: <x-api-key>'
{
    "prompt": "The prompt of the assistant"
}

Authorizations

x-api-key
string
required
API key associated with your workspace

Path Parameters

workspaceId
string
required
UUID of the workspace
assistantId
string
required
UUID of the Assistant

Response

prompt
string
The prompt of the assistant
{
    "prompt": "The prompt of the assistant"
}