v3

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

Api Playgrounds Columns 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}/columns/

Path parameters

playground_idstring required

Headers

Authorizationstring required

JWT access token or Respan API key

Response

idstring required
namestring required
orderinteger
column_type'prompt'
  • prompt - Prompt
source_type'prompt' | 'log' | 'scratch'
  • prompt - Prompt
  • log - Log
  • scratch - Scratch
linked_prompt_idstring required
linked_prompt_versioninteger nullable
experiment_idstring
task_tracker_idstring nullable required
run_statusstring required
run_progressstring required
run_error_messagestring required
{"stackTrail":"components:schemas:PlaygroundColumnList:properties:prompt","oasType":"schema","type":"unknown","description":"Any type"}
is_archivedboolean
created_atstring date-time required
updated_atstring date-time required