Skip to main content
GET
/
traces
/
span
/
{span_id}
Get Trace by Span ID
curl --request GET \
  --url https://api.promptmetrics.dev/traces/span/{span_id} \
  --header 'Authorization: Bearer <token>'
{
  "responseData": {
    "data": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

span_id
string
required

Response

200 - application/json

Trace

responseData
object