Search trace threads

Search trace threads

Request

This endpoint expects an object.
project_namestringOptional
project_idstringOptionalformat: "uuid"
filterslist of objectsOptional
last_retrieved_thread_model_idstringOptionalformat: "uuid"
limitintegerOptional1-2000Defaults to 500
Max number of trace thread to be streamed
truncatebooleanOptionalDefaults to true
Truncate input, output and metadata to slim payloads
strip_attachmentsbooleanOptionalDefaults to false

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

from_timestringOptionalformat: "date-time"

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

to_timestringOptionalformat: "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’.

Response

Trace threads stream or error during process