Response body of POST /api/prompts/:providerId/:id/execute.
POST /api/prompts/:providerId/:id/execute
The endpoint returns immediately after the trace has been registered; the real output is streamed as span events via GET /api/traces/:tracerProviderId/:traceId/events.
GET /api/traces/:tracerProviderId/:traceId/events
Span ID of the root span for this execution.
ID of the trace that tracks this execution.
ID of the trace provider that owns the trace.
Response body of
POST /api/prompts/:providerId/:id/execute.The endpoint returns immediately after the trace has been registered; the real output is streamed as span events via
GET /api/traces/:tracerProviderId/:traceId/events.