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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.uselemma.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

trace_id
string<uuid>
required

Trace identifier.

Response

Successful Response

prev_trace_id
string | null
next_trace_id
string | null