GET
/
api
/
parea
/
v1
/
trace_log
/
{trace_id}
curl --request GET \
  --url https://parea-ai-backend-us-9ac16cdbc7a7b006.onporter.run/api/parea/v1/api/parea/v1/trace_log/{trace_id} \
  --header 'x-user-id: <api-key>'
{
  "depth": 0,
  "end_timestamp": "2024-05-30 13:48:35",
  "execution_order": 0,
  "inputs": {
    "x": "Golang",
    "y": "Fiber"
  },
  "metadata": {
    "purpose": "testing"
  },
  "output": "Some logged output",
  "parent_trace_id": "<<SAME_UUID>>",
  "project_name": "default",
  "root_trace_id": "<<SAME_UUID>>",
  "start_timestamp": "2024-05-30 13:48:34",
  "status": "success",
  "trace_id": "<<UUID>>",
  "trace_name": "test"
}

Authorizations

x-user-id
string
header
required

Path Parameters

trace_id
string
required

Response

200
application/json
Successful Response

The response is of type object.