Skip to main content
GET
/
traces
/
{trace_id}
/
thread-neighbors
Get thread trace neighbors
curl --request GET \
  --url https://api.example.com/traces/{trace_id}/thread-neighbors \
  --header 'Authorization: Bearer <token>'
{
  "prev_trace_id": "<string>",
  "next_trace_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

trace_id
string
required

Response

Thread neighbors

prev_trace_id
string | null
required
next_trace_id
string | null
required