v36

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-091882241.2 MB
telemetry

Retrieve Provider Trace

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

Retrieve provider trace by step ID.

get/v1/telemetry/{step_id}

Path parameters

step_idstring required

Response

Successful Response

created_by_idstring nullable

The id of the user that made this object.

last_updated_by_idstring nullable

The id of the user that made this object.

created_atstring date-time

The timestamp when the object was created.

updated_atstring date-time nullable

The timestamp when the object was last updated.

idstring

The human-friendly ID of the Provider_trace

request_jsonobject required

JSON content of the provider request

response_jsonobject required

JSON content of the provider response

step_idstring nullable

ID of the step that this trace is associated with

Example response

{
  "id": "provider_trace-123e4567-e89b-12d3-a456-426614174000"
}