Skip to main content
GET
Retrieve Run Billing

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

Billing data

Complete billing breakdown for a single run.

stages
object[]
required

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

totals
object
required

Aggregate billing totals across all stages of a run.

by_model
object[]
required

Billing grouped by model.