Letta · Schema

RunStatus

Status of the run.

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source
View JSON Schema on GitHub

JSON Schema

letta-runstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RunStatus",
  "title": "RunStatus",
  "type": "string",
  "enum": [
    "created",
    "running",
    "completed",
    "failed",
    "cancelled"
  ],
  "description": "Status of the run."
}