Retrieve Step Metrics

Get step metrics by step ID.

Path parameters

step_idstringRequired

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Response

Successful Response
idstring

The id of the step this metric belongs to (matches steps.id).

provider_idstring or null
The unique identifier of the provider.
job_idstring or null
The unique identifier of the job.
agent_idstring or null
The unique identifier of the agent.
llm_request_nsinteger or null
Time spent on LLM requests in nanoseconds.
tool_execution_nsinteger or null
Time spent on tool execution in nanoseconds.
step_nsinteger or null
Total time for the step in nanoseconds.
base_template_idstring or null

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

template_idstring or null

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

project_idstring or null

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

Errors