Plane docs
ApiSchemas

SessionStatus

One shape from the contract, as it appears on the wire.

Used by sessions.annotate, sessions.children, sessions.create, sessions.decide, sessions.events, sessions.get, sessions.interrupt, sessions.list, sessions.send, sessions.updateMetadata

Referenced from SessionFilter, SessionStatusEvent, SubagentStatusEvent

JSON Schema

{
  "type": "string",
  "enum": [
    "running",
    "idle",
    "terminated"
  ]
}

On this page