Skip to main content
GET
/
api
/
workspaces
/
{id}
/
schedules
/
{ref}
/
default-instructions
Get Default Instructions
curl --request GET \
  --url http://localhost:8080/api/workspaces/{id}/schedules/{ref}/default-instructions \
  --header 'Authorization: Bearer <token>'
{
  "instructions": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
ref
string
required

Response

Successful Response

instructions
string
required