Skip to content
Sign up

Metrics

Retrieve Metrics For Step
steps.metrics.retrieve(strstep_id) -> MetricRetrieveResponse
GET/v1/steps/{step_id}/metrics
ModelsExpand Collapse
class MetricRetrieveResponse:
id: str

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

agent_id: Optional[str]

The unique identifier of the agent.

base_template_id: Optional[str]

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

llm_request_ns: Optional[int]

Time spent on LLM requests in nanoseconds.

llm_request_start_ns: Optional[int]

The timestamp of the start of the llm request in nanoseconds.

project_id: Optional[str]

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

provider_id: Optional[str]

The unique identifier of the provider.

run_id: Optional[str]

The unique identifier of the run.

step_ns: Optional[int]

Total time for the step in nanoseconds.

step_start_ns: Optional[int]

The timestamp of the start of the step in nanoseconds.

template_id: Optional[str]

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

tool_execution_ns: Optional[int]

Time spent on tool execution in nanoseconds.