cURL
curl --request GET \ --url http://localhost:8080/api/workspaces/{id}/task-agent-prompt \ --header 'Authorization: Bearer <token>'
{ "system_prompt": "<string>", "is_default": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response