Search traces

Search traces

Request

This endpoint expects an object.
project_namestringOptional
project_idstringOptionalformat: "uuid"
filterslist of objectsOptional
last_retrieved_idstringOptionalformat: "uuid"
limitintegerOptional1-2000Defaults to 500
Max number of traces 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 traces created from this time (ISO-8601 format).

to_timestringOptionalformat: "date-time"

Filter traces created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after ‘from_time’.

Response

Traces stream or error during process