v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-01308532588.1 KB
Traces

Search trace threads

Search trace threads

post/v1/private/traces/threads/search

Request body

project_namestring
project_idstring uuid
last_retrieved_thread_model_idstring uuid
limitinteger

Max number of trace thread to be streamed

truncateboolean

Truncate input, output and metadata to slim payloads

strip_attachmentsboolean

If true, returns attachment references like [file.png]; if false, downloads and reinjects stripped attachments

from_timestring date-time

Filter trace threads created from this time (ISO-8601 format).

to_timestring date-time

Filter trace threads created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'.