BlueConic · Example Payload

Getnotebookrunhistory Response 200

Get run history for a notebook

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Getnotebookrunhistory 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 /notebooks/{notebook}/runs 200 - Response body",
  "description": "Get run history for a notebook",
  "value": "{\n  \"runs\": [\n    {\n      \"endDate\": \"2025-09-23T07:43:34.567Z\",\n      \"goalStatistics\": [],\n      \"message\": \"<p>Notebook execution finished. <a href=\\\\\"/rest/v2/notebooks/f72deceb-c261-48ee-a355-56de0d37be92/executions/20250923074331_f72deceb-c261-48ee-a355-56de0d37be92/output?preview=true\\\\\">Preview</a>, <a href=\\\\\"/rest/v2/notebooks/f72deceb-c261-48ee-a355-56de0d37be92/executions/20250923074331_f72deceb-c261-48ee-a355-56de0d37be92/output?download=true\\\\\">JSON</a>, <a href=\\\\\"/rest/v2/notebooks/f72deceb-c261-48ee-a355-56de0d37be92/executions/20250923074331_f72deceb-c261-48ee-a355-56de0d37be92/log\\\\\">log</a></p>\",\n      \"runCount\": 2,\n      \"runId\": \"20250923074329_f72deceb-c261-48ee-a355-56de0d37be92\",\n      \"startDate\": \"2025-09-23T07:43:29.564Z\",\n      \"state\": \"FINISHED\"\n    },\n    {\n      \"endDate\": \"2025-09-23T07:43:07.609Z\",\n      \"goalStatistics\": [],\n      \"message\": \"<p>Notebook execution finished. <a href=\\\\\"/rest/v2/notebooks/f72deceb-c261-48ee-a355-56de0d37be92/executions/20250923074300_f72deceb-c261-48ee-a355-56de0d37be92/output?preview=true\\\\\">Preview</a>, <a href=\\\\\"/rest/v2/notebooks/f72deceb-c261-48ee-a355-56de0d37be92/executions/20250923074300_f72deceb-c261-48ee-a355-56de0d37be92/output?download=true\\\\\">JSON</a>, <a href=\\\\\"/rest/v2/notebooks/f72deceb-c261-48ee-a355-56de0d37be92/executions/20250923074300_f72deceb-c261-48ee-a355-56de0d37be92/log\\\\\">log</a></p>\",\n      \"runCount\": 1,\n      \"runId\": \"20250923074258_f72deceb-c261-48ee-a355-56de0d37be92\",\n      \"startDate\": \"2025-09-23T07:42:58.446Z\",\n      \"state\": \"FINISHED\"\n    }\n  ],\n  \"itemsPerPage\": 10,\n  \"startIndex\": 0,\n  \"totalPages\": 1,\n  \"totalResults\": 2\n}"
}