Retrieve Metrics For Run

Get run metrics by run ID.

Authentication

AuthorizationBearer

Header authentication of the form Bearer <token>

Path parameters

run_idstringRequired

Response

Successful Response
idstring

The id of the run this metric belongs to (matches runs.id).

agent_idstring or null
The unique identifier of the agent.
project_idstring or null

The project that the run belongs to (cloud only).

run_start_nsinteger or null
The timestamp of the start of the run in nanoseconds.
run_nsinteger or null
Total time for the run in nanoseconds.
num_stepsinteger or null
The number of steps in the run.
template_idstring or null

The template ID that the run belongs to (cloud only).

base_template_idstring or null

The base template ID that the run belongs to (cloud only).

Errors