---
title: "Get Campaign Graph"
method: GET
path: "/v1/campaigns/{campaign_id}/graph"
tags: ["LiveOps"]
---

# Get Campaign Graph

`GET /v1/campaigns/{campaign_id}/graph`

## Path parameters

- `campaign_id` string, required

## Response `200`

Successful Response

- CampaignGraph
  - `id` string, required
  - `next_node_id` string
  - `title` string
  - `x` integer, required
  - `y` integer, required
  - `result` string
  - `model_type` string
  - `break_on_error` boolean
  - `description` string
  - `nodes` object
  - `view_port` ViewPort
    - `x` number, required
    - `y` number, required
    - `zoom` number, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-04** `2fecf8a6aa0b` — 1 breaking, 1 info
  - added `#/components/schemas/EmailPromptActionNode, #/components/schemas/GrantPointsNode, #/components/schemas/GrantVirtualCurrencyNode, #/components/schemas/WebpushPromptActionNode` to the `nodes/additionalProperties/` response property `oneOf` list for the response status `200`
  - added `EmailPromptActionNode, GrantPointsNode, GrantVirtualCurrencyNode, WebpushPromptActionNode` discriminator mapping keys to the `nodes/additionalProperties/` response property for the response status `200`
- **2026-08-31** `b06feb9e1630` — 2 info
  - removed `AddPageBlockNode, AddStoreNode, BanUserNode, BatchBanUserNode, DeclinePaymentNode, ItemCategorySortNode, Require3DSNode, RequirePennyDropNode, SortStoreItemsNode` discriminator mapping keys from the `nodes/additionalProperties/` response property for the response status `200`
  - removed `#/components/schemas/AddStoreNode, #/components/schemas/SortStoreItemsNode, #/components/schemas/ItemCategorySortNode, #/components/schemas/AddPageBlockNode, #/components/schemas/BanUserNode, #/components/schemas/BatchBanUserNode, #/components/schemas/Require3DSNode, #/components/schemas/DeclinePaymentNode, #/components/schemas/RequirePennyDropNode` from the `nodes/additionalProperties/` response property `oneOf` list for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/changes/v1/campaigns/:campaign_id/graph/get.md)

---

[API](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/revisions/2fecf8a6aa0b/schema)
