Retrieve Step Metrics
Get step metrics by step ID.
Path parameters
step_id
Headers
Authorization
Header authentication of the form Bearer <token>
Response
Successful Response
id
The id of the step this metric belongs to (matches steps.id).
provider_id
The unique identifier of the provider.
job_id
The unique identifier of the job.
agent_id
The unique identifier of the agent.
llm_request_ns
Time spent on LLM requests in nanoseconds.
tool_execution_ns
Time spent on tool execution in nanoseconds.
step_ns
Total time for the step in nanoseconds.
base_template_id
The base template ID that the step belongs to (cloud only).
template_id
The template ID that the step belongs to (cloud only).
project_id
The project that the step belongs to (cloud only).