List all sync configurations for a connection.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/connections/{connection_id}/sync-configs \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "connectionId": "<string>", "name": "<string>", "remoteResourceId": "<string>", "remoteResourceType": "<string>", "syncFrequency": "manual", "status": "enabled", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "remoteResourcePath": "<string>", "targetDatasetId": "<string>", "lastSyncedAt": "2023-11-07T05:31:56Z" } ], "nextCursor": "<string>", "hasMore": false }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Connection ID
Successful Response
List of sync configurations.
Show child attributes
Was this page helpful?