Skip to content

Get Runs

GET
/api/v1/self-improvement/runs

Return the last 50 self_improvement_run_log rows for the caller’s tenant, ordered by started_at DESC.

Optional ?run_type= filter restricts to a single run type. Requires SYSTEM_VIEW (chairman / operator / viewer).

Authorizations

Parameters

Query Parameters

run_type
Any of:
string

Responses

200

Successful Response

object
items
required
Array<object>

A single self_improvement_run_log row exposed to the UI.

object
completed_at
required
Any of:
string format: date-time
id
required
string format: uuid
inputs
required
object
key
additional properties
any
outputs
required
object
key
additional properties
any
run_type
required
string
Allowed values: weekly_prompt_ab monthly_model_routing monthly_cost_rebalance
started_at
required
string format: date-time
status
required
string
Allowed values: running completed failed

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string