Tracing
Get Trace Log
Tracing
Get Trace Log
Fetches a trace log by its UUID.
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
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
The response is of type object
.
The response is of type null
.
Was this page helpful?
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"
}