Viewing Details of a Synchronization Job
Use the get /v1/cckm/sfdc/keys/synchronization-jobs/{id}
API to view the details of a synchronization job.
Here, {id}
represents the ID of the synchronization job.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output displays the status of a synchronization job with the ID c8d2f27b-fb4f-4557-b63c-00d4a1439c4a
. The overall_status
is "completed".
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.