curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/calls/complete \
--header 'Content-Type: application/json' \
--data '
{
"batch": [
{
"attributes": {},
"ended_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"inputs": {},
"op_name": "<string>",
"project_id": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"summary": {
"status_counts": {},
"usage": {}
},
"trace_id": "<string>",
"display_name": "<string>",
"exception": "<string>",
"otel_dump": {},
"output": null,
"parent_id": "<string>",
"thread_id": "<string>",
"turn_id": "<string>",
"wb_run_id": "<string>",
"wb_run_step": 123,
"wb_run_step_end": 123,
"wb_user_id": "<string>"
}
]
}
'