ListScenariosResp

Paginated list of scenarios in this namespace. Use search to filter by name or key (case-insensitive substring) and labels[key]=value to filter by label. pagination.total reflects the full match count; the returned data array is the current page.

  • data
    Type: array object[] · ScenarioListItem[]
    required

    Trimmed scenario summary returned by GET /scenarios. spec carries entityKeys instead of the full per-entity data. Fetch GET /scenarios/{key} for the full data (and its ETag header) before any mutation.

    • createdAt
      Type: stringFormat: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • metadata
      Type: object
      required

      Identity fields for a scenario — key plus human-facing descriptors. Same shape as ResourceIdentity but without version (scenarios have no draft/published lifecycle).

    • spec
      Type: object
      required
    • updatedAt
      Type: stringFormat: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • pagination
    Type: object
    required

    Pagination metadata for list responses

    • limit
      Type: integer
      required

      Maximum number of records per page

    • offset
      Type: integer
      required

      Starting position in the result set

    • total
      Type: integer
      required

      Total number of records available