List integration sync runs
Sync history for one integration on the caller’s tenant — per-activity counts and per-resource failures from pipeline_runs.sync_details. Use when an MSP asks “I created X in PSA, where is it?”: a recent successful run with empty failures means watermark-or-cadence latency; a run with failures on a specific resource means a real per-type problem. Default window is the last 30 days; max window is 30 days. Returns 404 unknown_integration for an unrecognised name, integration_not_connected if the tenant doesn’t have it configured, and integration_does_not_sync for connected integrations that don’t run scheduled syncs.
Authorizations
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
Query Parameters
ISO-8601 lower bound on run start time. Defaults to 30 days before until.
ISO-8601 upper bound on run start time. Defaults to now.
Items per page (1-200, default 50).
Opaque pagination cursor from a previous response's meta.pagination.next_cursor.
