cURL
curl --request GET \ --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/connectors/status \ --header 'x-api-key: <api-key>'
{ "has_data": true, "result": { "async": false, "jobId": "UvzWy0", "taskId": "3cecd80d-b377-4566-9d8c-e1e870b887ab", "state": { "bookmarks": { "Contact": [ { "hash": "07f9838d07fca662ce396d1cce9db0893eb3ffee4290ffc20d992a8fde333e2e", "success": false, "error": "[{\"message\":\"No such column 'EmailAddress' on sobject of type Contact\",\"errorCode\":\"INVALID_FIELD\"}]" } ] }, "summary": { "Contact": { "success": 0, "fail": 1, "existing": 0, "updated": 0 } } }, "status_code": 200 } }
If a real-time write request returns async: true, you can use this endpoint to get the result of the request.
ID of environment
ID of flow
ID of tenant
Task ID of the real-time write request.
200
The response is of type object.
object