Skip to main content
GET
List integration sync runs

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Path Parameters

name
string
required

Query Parameters

since
string

ISO-8601 lower bound on run start time. Defaults to 30 days before until.

until
string

ISO-8601 upper bound on run start time. Defaults to now.

page_size
integer

Items per page (1-200, default 50).

cursor
string

Opaque pagination cursor from a previous response's meta.pagination.next_cursor.

Response

Success.

data
SyncRun · object[]
required
meta
object
required