Skip to main content

FleetForge Run Record

  • Source: api/schemas/run.json
  • Type: object
  • Required properties: run_id, status, spec, created_at, updated_at

Properties

PropertyTypeRequiredNotes
breakpointsarray<string>No
created_atstringYesformat: date-time
labelsobjectNo
run_idstringYesformat: uuid
specobjectYes
statusenum (pending, running, succeeded, failed, canceled, paused_at_step)Yesallowed values: pending, running, succeeded, failed, canceled, paused_at_step
updated_atstringYesformat: date-time

Additional properties are permitted.