cURL
curl --request GET \ --url https://api.example.com/api/core/data_sync/{use_case_id}/{job_name}/schedule \ --header 'Authorization: Bearer <token>'
{ "selected_days": [ "<string>" ], "hour": 123, "minute": 123, "timezone": "<string>" }
Retrieve details of a scheduled synchronization job
Bearer token authentication. Format: 'Bearer '
Successful Response
Response schema for scheduled sync job.
Was this page helpful?