Skip to main content
GET
/
api
/
workspaces
/
{id}
/
task-agent-prompt
Get Task Agent Prompt
curl --request GET \
  --url http://localhost:8080/api/workspaces/{id}/task-agent-prompt \
  --header 'Authorization: Bearer <token>'
{
  "system_prompt": "<string>",
  "is_default": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful Response

system_prompt
string
required
is_default
boolean
required