Retrieve Metrics For Run
Get run metrics by run ID.
Authentication
AuthorizationBearer
Header authentication of the form Bearer <token>
Path parameters
run_id
Response
Successful Response
id
The id of the run this metric belongs to (matches runs.id).
agent_id
The unique identifier of the agent.
project_id
The project that the run belongs to (cloud only).
run_start_ns
The timestamp of the start of the run in nanoseconds.
run_ns
Total time for the run in nanoseconds.
num_steps
The number of steps in the run.
template_id
The template ID that the run belongs to (cloud only).
base_template_id
The base template ID that the run belongs to (cloud only).