Skip to main content
GET
Retrieve Run Usage

Authorizations

Authorization
string
header
required

Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.

Path Parameters

id
string
required

Unique run identifier (ULID).

Response

Usage data

Complete usage breakdown for a single run.

stages
object[]
required

Per-node usage breakdown. Each row sums usage and runtime across all visits of that node.

totals
object
required

Aggregate usage totals across all stages of a run.

by_model
object[]
required

Usage grouped by model.