POSThttp://localhost:5173/api/v1/private/traces/batch
Body Parameters
View in API Reference
Request
$curl -X POST http://localhost:5173/api/v1/private/traces/batch \
> -H "Content-Type: application/json" \
> -d '{
> "traces": [
> {
> "name": "name",
> "start_time": "2024-01-15T09:30:00Z"
> }
> ]
>}'
Response