BlueConic · Example Payload

Getconnectionruns Response 200

Get the run history of a batch connection

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Getconnectionruns Response 200 is an example object payload from BlueConic, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "GET /connections/{connection}/runs 200 - Response body",
  "description": "Get the run history of a batch connection",
  "value": "{\n  \"itemsPerPage\": 10,\n  \"runs\": [\n    {\n      \"endDate\": \"2025-09-24T13:47:37.909Z\",\n      \"goalStatistics\": [\n        {\n          \"id\": \"SUCCESS\",\n          \"values\": [\n            \"1\"\n          ]\n        },\n        {\n          \"id\": \"FAILED\",\n          \"values\": [\n            \"0\"\n          ]\n        },\n        {\n          \"id\": \"TOTAL\",\n          \"values\": [\n            \"2\"\n          ]\n        }\n      ],\n      \"message\": \"<div class=\\\\\"bcpTask\\\\\">Import profiles into BlueConic</div><ul><li>Received 0 updates, created 0 profiles, 0 profiles unchanged, checked 199,836, the delta file is used.</li></ul>\",\n      \"runCount\": 2,\n      \"runId\": \"20250924134648_b5236652-b6d3-44ee-8f5b-6f5970b3bb3b\",\n      \"startDate\": \"2025-09-24T13:46:48.107Z\",\n      \"state\": \"FINISHED\"\n    },\n    {\n      \"endDate\": \"2025-09-24T13:44:43.204Z\",\n      \"goalStatistics\": [\n        {\n          \"id\": \"SUCCESS\",\n          \"values\": [\n            \"0\"\n          ]\n        },\n        {\n          \"id\": \"FAILED\",\n          \"values\": [\n            \"1\"\n          ]\n        },\n        {\n          \"id\": \"TOTAL\",\n          \"values\": [\n            \"2\"\n          ]\n        }\n      ],\n      \"message\": \"<div class=\\\\\"bcpError\\\\\"><div class=\\\\\"bcpTask\\\\\">Import profiles into BlueConic</div><ul>      <li>Missing required setting: importMatching</li>    </ul></div><div>Review the run log for more information.</div>\",\n      \"runCount\": 1,\n      \"runId\": \"20250924134435_b5236652-b6d3-44ee-8f5b-6f5970b3bb3b\",\n      \"startDate\": \"2025-09-24T13:44:35.250Z\",\n      \"state\": \"FINISHED\"\n    }\n  ],\n  \"startIndex\": 0,\n  \"totalPages\": 1,\n  \"totalResults\": 2\n}"
}