Skip to main content
GET
List runs (sessions, extractions, monitor runs)

Authorizations

Authorization
string
header
required

fn_live_… or fn_test_… — Authorization: Bearer

Headers

fn-version
string

Dated API version; defaults to the account pin. Honesty note: with one version in existence the gateway echoes any value back as effective WITHOUT validating it — validation against the known-versions set is planned, so send only real dated versions from https://docs.fiveninelabs.com/changelog

Example:

"2026-08-26"

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100
after
string

opaque cursor from a prior page's next

status
string

running | judging | answered | delivered | abstained | error | stopped — the union of the status vocabularies across run types (open enum): sessions end answered, extractions and monitor runs end delivered; a value matches only the run types that use it

type
string

session | extraction | monitor_run — extractions and monitors are planned surfaces (x-fn-status), so today only session runs exist to list

Response

Page of run summaries, newest first

data
object[]
required
has_more
boolean
required
next
string