List sync jobs for the organization.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/sync-jobs \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "syncConfigId": "<string>", "status": "<string>", "triggeredBy": "<string>", "createdAt": "2023-11-07T05:31:56Z", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "itemsTotal": 123, "itemsCompleted": 0, "itemsFailed": 0, "itemsSkipped": 0, "creditsConsumed": 0, "bytesProcessed": 0, "errorMessage": "<string>", "progress": 123 } ], "nextCursor": "<string>", "hasMore": false }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Filter by sync config
Filter by status
Maximum results
1 <= x <= 100
Successful Response
List of sync jobs.
Show child attributes
Was this page helpful?