Class ExperimentListResponse
GET /models/playground/experiments legacy/default shape; 2026-07-27+ clients get the canonical {data, pagination} envelope.
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class ExperimentListResponse
Properties
Experiments
Declaration
[JsonPropertyName("experiments")]
public List<ExperimentSummaryResponse> Experiments { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExperimentSummaryResponse> |
Total
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value
| Type | Description |
|---|---|
| int |