Catalog
Export project traces as OTLP/JSON
Returns an OTLP ExportTraceServiceRequest. Pagination rides in RESPONSE HEADERS rather than the body so the payload stays a valid OTLP document: read x-mcpjam-next-cursor and feed it back as cursor, and treat x-mcpjam-export-complete: true as the end of the stream.
get/trace-exports/otlp
Query parameters
projectIdstring required
cursorstring
limitinteger
sourceTypesstring
Comma-separated source filter.
includeContentboolean
Include message/tool payloads, which may contain sensitive data.
Response
A page of spans in OTLP/JSON form.
object required