curl --request POST \
--url https://api.pandaprobe.com/traces \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "customer-support-agent",
"started_at": "2026-03-29T10:00:00Z"
}
'{
"trace_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"task_id": "celery-task-xyz-789"
}Accept a trace payload for asynchronous persistence (upsert).
Auth: Bearer + X-Project-ID | X-API-Key + X-Project-Name
Rate limit: 100/min
curl --request POST \
--url https://api.pandaprobe.com/traces \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "customer-support-agent",
"started_at": "2026-03-29T10:00:00Z"
}
'{
"trace_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"task_id": "celery-task-xyz-789"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Schema for the POST /traces request body.
1 - 512High-level status of a trace.
PENDING, RUNNING, COMPLETED, ERROR 255255255255500Show child attributes