GET
/
{env_id}
/
{flow_id}
/
{tenant}
/
connectors
/
status
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
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

taskId
string
required

Task ID of the real-time write request.

Response

200
application/json
200
has_data
boolean

Indicates whether the response contains data

Example:

true

result
object