v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
playgrounds

Api Playgrounds Rows List List

Declare per-endpoint throttling configuration attributes for views.

Endpoints can inherit this mixin and set:

  • endpoint_default_rate_limit_per_user_per_min: float | None

When set (not None), throttling will use ONLY this default RPM for the endpoint without requiring API key / org attributes on the request. When unset, the standard API key / organization / subscription limits apply.

get/api/playgrounds/{playground_id}/rows/list/

Path parameters

playground_idstring required

Query parameters

pageinteger

Page number for grouped Playground rows.

page_sizeinteger

Page size for grouped Playground rows.

sort_bystring

Sort grouped rows. Defaults to comparison_key. Supports row fields and cell sorting via cells__<experiment_id>.

Headers

Authorizationstring required

JWT access token or Respan API key

Response

countinteger required
total_countinteger required
nextstring nullable
previousstring nullable
current_filtersFilterParamDictPydantic

Pydantic model for FilterParamDict. A dictionary that maps metric names to their filter parameters.

Each key is a metric name (str), and each value can be:

  • A single MetricFilterParamPydantic (one condition)
  • A List[MetricFilterParamPydantic] (multiple conditions for same metric)
  • A FilterBundlePydantic (nested filter bundle with connector)

Note: Uses extra="allow" for dynamic metric name fields. The pydantic_extra annotation tells Pydantic what types to expect for extra fields, and generates typed additionalProperties in JSON Schema.

filters_dataobject