Skip to main content
GET
Get trace

Authorizations

Api-Key
string
header
required

Demo API-Key (Sandbox): 7037d2b3-9c76-4f62-b730-c544f7570fa4

Path Parameters

traceId
string<uuid>
default:019b1a74-22c2-7000-ae23-f8ff1a788a41
required

Trace identifier returned by the API when an error occurs.

Response

Trace details

Trace record returned by /trace/{traceId}.

id
integer<int64>
required

Internal trace record identifier.

created_at
string<date-time>
required

ISO 8601 timestamp when the trace was created.

client_api
string<uuid>
required

Client API key/identifier associated with the request.

name
string
required

Short error name/category.

message
string
required

Human-readable error message.

code
string
required

Error code identifier (e.g., INVALID_ARGUMENT).

method
string
required

HTTP method of the original request (e.g., POST).

url
string
required

Request URL/path that produced the trace.

stack
string
required

Stack trace string captured from the error.

trace_id
string<uuid>
required

Trace identifier used to fetch this record.