---
title: "Retrieve Provider Trace"
method: GET
path: "/v1/telemetry/{step_id}"
tags: ["telemetry"]
deprecated: true
---

# Retrieve Provider Trace

`GET /v1/telemetry/{step_id}`

> **Deprecated.**

**DEPRECATED**: Use `GET /steps/{step_id}/trace` instead.

Retrieve provider trace by step ID.

## Path parameters

- `step_id` string, required

## Response `200`

Successful Response

- ProviderTrace — Letta's internal representation of a provider trace. Attributes: id (str): The unique identifier of the provider trace. request_json (Dict[str, Any]): JSON content of the provider request. response_json (Dict[str, Any]): JSON content of the provider response. step_id (str): ID of the step that this trace is associated with. organization_id (str): The unique identifier of the organization. created_at (datetime): The timestamp when the object was created.
  - `created_by_id` string, nullable — The id of the user that made this object.
  - `last_updated_by_id` string, nullable — The id of the user that made this object.
  - `created_at` string, date-time — The timestamp when the object was created.
  - `updated_at` string, date-time, nullable — The timestamp when the object was last updated.
  - `id` string — The human-friendly ID of the Provider_trace
  - `request_json` object, required — JSON content of the provider request
  - `response_json` object, required — JSON content of the provider response
  - `step_id` string, nullable — ID of the step that this trace is associated with

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/yu-code666/apis/letta-api.md) · [All operations](https://skmtc.dev/yu-code666/apis/letta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yu-code666/letta-api/revisions/6cec99480c13/schema)
