FruxonDocs
AgentsExecution Records

Gets the execution trace in OTLP/HTTP JSON format.

Returns the trace as an `ExportTraceServiceRequest` compatible with the OpenTelemetry Collector, Jaeger, Grafana Tempo, and other OTLP-compatible backends.

GET
/v1/tenants/{tenant}/agents/{agent}/executionRecords/{executionRecord}:otlpTrace
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

agent*string

The unique identifier of the agent.

executionRecord*string

The execution record identifier.

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/executionRecords/string:otlpTrace"
{
  "resourceSpans": [
    {
      "resource": {
        "attributes": []
      },
      "scopeSpans": []
    }
  ]
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}