cURL
curl --request POST \ --url https://api.tracelm.ai/api/v2/observability/export
Export observability traces in OTLP-compatible JSON
Authorization: Bearer <jwt>
X-API-Key
{ "project_id": "550e8400-e29b-41d4-a716-446655440000", "format": "otlp_json", "trace_ids": [ "11111111-1111-1111-1111-111111111111" ], "limit": 100, "offset": 0 }
{ "project_id": "550e8400-e29b-41d4-a716-446655440000", "format": "otlp_json", "traces_exported": 1, "payload": { "resourceSpans": [] } }