Skip to main content
GET
Get per-step model_call_logs for a workflow run
The per-step model calls behind a run: which model, how many tokens, what it cost. Use it to answer “why did this run cost that” — the run itself reports one total, and this is the breakdown.

Authorizations

Authorization
string
header
required

API key in format: Bearer inf_***

Path Parameters

id
string
required

Run UUID.

Example:

"3c9a7e51-8b24-4f0d-9a17-6e2b5c4d8a03"

Response

Model call rows for this run, oldest first.

data
object[]
required

The run's model and media calls, oldest first. [] is a normal answer — for a workflow whose steps call no model, and for any run older than the 7-day retention window.