Letta · Schema

JobStatus

Status of the job.

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source
View JSON Schema on GitHub

JSON Schema

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