List individual items in a sync job.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/sync-jobs/{job_id}/items \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "remoteResourceId": "<string>", "status": "<string>", "remoteResourceName": "<string>", "remoteResourceType": "<string>", "fileId": "<string>", "errorMessage": "<string>", "retryCount": 0, "processedAt": "2023-11-07T05:31:56Z" } ], "nextCursor": "<string>", "hasMore": false }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Sync job ID
Filter by status: failed
Maximum results
1 <= x <= 1000
Offset for pagination
x >= 0
Successful Response
List of sync items.
Show child attributes
Was this page helpful?