PrompticPromptic

Get a trace by OpenTelemetry ID

GET
/traces/{traceId}

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from workspace settings

In: header

Path Parameters

traceId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/traces/string"
{
  "id": "string",
  "traceId": "string",
  "name": "string",
  "status": "string",
  "aiComponentId": "string",
  "totalTokens": 0,
  "totalCostUsd": 0,
  "durationMs": 0,
  "startTime": "string",
  "endTime": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}