ConfigurationList

  • items
    Type: array object[] · Items
    required

    The page of configuration summaries.

    • is_active
      Type: boolean · Is Active
      required

      Whether the configuration is selectable for new sessions.

    • name
      Type: string · Name
      required

      Human label.

    • sync_state
      Type: string · Sync Stateenum
      required

      live when the running pipeline reflects the latest edit; pending until the next sync cycle.

      values
      • live
      • pending
    • uuid
      Type: string · Uuid
      required

      Stable identifier, unchanged across edits and version bumps.

    • version
      Type: integer · Version
      required

      Generation counter, bumped on each write. Not an addressing axis.

    • created_at
      Type: string · Created Atnullable

      When the configuration was created (ISO 8601).

    • description
      Type: string · Descriptionnullable

      Human-readable description.

    • template_id
      Type: integer · Template Idnullable

      Template this was derived from, if any (lineage only).

    • updated_at
      Type: string · Updated Atnullable

      When the configuration was last edited (ISO 8601).

  • next_cursor
    Type: string · Next Cursornullable

    Cursor for the next page, or null if this is the last page.