GET
/
syncs

Authorizations

Authorization
string
headerrequired

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

Headers

Connection-Token
string
required

The token returned when a user authenticated their account. This authorizes access to a specific account.

Query Parameters

limit
integer

The maximum number of results to return in a page.

cursor
string

Pagination cursor to start requests from

status
enum<string>
Available options:
requested,
in_progress,
completed,
failed
expand
enum<string>

Expand related resources in the response to reduce requests.

Available options:
issues

Response

200 - application/json
results
object[]
required
next
string

Cursor used for pagination.