Start/stop recording via API with OTel context

Is there a REST endpoint to start and stop a call recording programmatically while injecting OpenTelemetry trace headers?

I’m trying to hook into the recording lifecycle to capture span data in Jaeger, but the docs only show UI controls. Here’s what I have so far:

POST /api/v2/recording/jobs/{jobId}/stop
Content-Type: application/json
X-Trace-Id: {otel_trace_id}

Getting a 404 on the stop endpoint. Am I using the wrong path or is this not supported?