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
Chairman’s GTM plan status.
Attributes: current_phase: Name of the active GTM phase. phases: All phases with their status.
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
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.