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>"
}Returns previous and next ready trace identifiers from the same thread when available.
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.