Skip to content

GTM plan status

GET
/api/v1/chairman/gtm

Current GTM phase, phase progress, and upcoming tasks.

Authorizations

Responses

200

Successful Response

Wrapper for GET /chairman/gtm.

Attributes: data: The GTM status payload.

object
data
required

Chairman’s GTM plan status.

Attributes: current_phase: Name of the active GTM phase. phases: All phases with their status.

object
current_phase
string
default: pre_launch
phases
Array<object>

Status of a single GTM phase.

Attributes: name: Phase machine name. display_name: Human-readable name. phase_number: Ordinal (1-4). status: Phase status (pending, active, completed). tasks: Task statuses within this phase. progress_pct: Completion percentage.

object
display_name
required
string
name
required
string
phase_number
required
integer
progress_pct
number
status
string
default: pending
tasks
Array<object>

Status of a single GTM task.

Attributes: agent_role: Which agent owns this task. task_description: What the task is. cadence: How often it runs. status: Current status (pending, active, completed). last_executed_at: When it last ran.

object
agent_role
required
string
cadence
string
default: once
last_executed_at
Any of:
string format: date-time
status
string
default: pending
task_description
required
string