cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/traces/{trace_id} \ --header 'Authorization: Bearer <token>'
{ "trace_id": "<string>", "root_span_name": "<string>", "root_service": "<string>", "started_at": "<string>", "duration_ms": 123, "status": "ok", "span_count": 123, "services": [ "<string>" ], "project_id": "<string>", "root_span_id": "<string>", "spans": [ { "span_id": "<string>", "parent_span_id": "<string>", "name": "<string>", "service": "<string>", "started_at": "<string>", "ended_at": "<string>", "duration_ms": 123, "status": "ok", "attributes": {}, "events": [ { "name": "<string>", "timestamp": "<string>", "attributes": {} } ] } ], "project_slug": "<string>" }
Get a compact project-scoped trace detail by trace ID.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Project ID or slug
Trace ID
Trace detail
ok
error
unset
unknown
Show child attributes