campaign/get_by_id
Tool: read
Fetch a single campaign by ID.
Returns the full campaign object including all settings, schedule, and engagement counters. Use this to inspect current state before patching or starting.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | Campaign ID — the object's campaignId |
Response
200 — Campaign object; see schemas/campaign. Deltas: none.
Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call read with name: "campaign/get_by_id".