Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Query Parameters

app_id
string<uuid>

The ID of the app to list sync errors for.

resource_id
string<uuid>

The ID of the resource to list sync errors for.

group_id
string<uuid>

The ID of the group to list sync errors for.

Response

200 - application/json

A list of sync errors.

sync_errors
object[]
required
Last modified on July 23, 2026