GET
/
v2
/
schedules
/
{schedule_id}
/
errors
curl --request GET \
  --url https://api.togai.com/v2/schedules/{schedule_id}/errors \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "referenceId": "<string>",
      "entityId": "<string>",
      "entityType": "<string>",
      "errorMessage": "<string>"
    }
  ],
  "nextToken": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

schedule_id
string
required

Response

200
application/json
Paginated response for draft entities validations
data
object[]
required
nextToken
string