Traces
Authorizations
AuthorizationstringRequired
API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.
Path parameters
workspace_idstring · uuidRequired
Body
start_timestring · date-timeRequired
Inclusive lower bound on span effective_at (ISO-8601).
end_timestring · date-timeRequired
Exclusive upper bound on span effective_at (ISO-8601).
limitinteger · max: 1000OptionalDefault:
Max spans per page (1-1000).
500continuation_tokenanyOptional
Opaque page cursor — round-trip the value from the previous response.
Responses
200
Successful Response
application/json
Paginated PULL response — NOT a bare OTLP ExportTraceServiceRequest.
resourceSpans is OTLP/JSON-conformant; to forward to an OTLP collector,
extract .resourceSpans and re-wrap as {"resourceSpans": [...]} (a
strict protojson push receiver rejects the has_more/continuation_token
siblings). Round-trip continuation_token to page.
has_morebooleanRequired
continuation_tokenanyOptional
422
Validation Error
application/json
post/v1/{workspace_id}/traces:export
Last updated
Was this helpful?

