curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/claude_data/private/create_transcript_batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"claude_session_id": "<string>",
"items": [
{
"payload": {},
"ts": 123,
"uuid": "<string>",
"parent_uuid": "<string>"
}
],
"tree_id": "<string>"
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": "<unknown>"
}curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/claude_data/private/create_transcript_batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"claude_session_id": "<string>",
"items": [
{
"payload": {},
"ts": 123,
"uuid": "<string>",
"parent_uuid": "<string>"
}
],
"tree_id": "<string>"
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": "<unknown>"
}Token of the format "Bearer {token}" for normal authentication and "Convex {token}" for admin tokens.
Show child attributes