ListBlueprintsResp

  • data
    Type: array object[]
    required
    • createdAt
      Type: stringFormat: date-time
      required

      When the blueprint was created

    • id
      Type: string
      required

      Unique identifier of the blueprint

    • key
      Type: string
      required

      Unique key of the blueprint

    • name
      Type: string
      required

      Human-readable name of the blueprint

    • organizationId
      Type: string
      required

      Organization ID this blueprint belongs to

    • status
      Type: stringenum
      required

      Lifecycle status of the blueprint

      values
      • Draft
      • Active
      • Deprecated
    • updatedAt
      Type: stringFormat: date-time
      required

      When the blueprint was last updated

    • version
      Type: string
      required

      Semantic version of the blueprint (e.g., 1.0.0)

  • pagination
    Type: object
    required
    • limit
      Type: integer
      required

      Maximum number of records returned

    • offset
      Type: integer
      required

      Number of records skipped

    • total
      Type: integer
      required

      Total number of blueprints