curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/task/action/push/run \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"tasks": [
{
"task_key": "<string>",
"title": "<string>",
"body": "<string>",
"children_keys": [
"<string>"
],
"depends_on_keys": [
"<string>"
],
"parent_key": "<string>",
"priority": "<string>",
"status": "<string>",
"tags": [
"<string>"
],
"task_external_id": "<string>"
}
],
"repo_remote_url": "<string>",
"user_email": "<string>"
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": "<unknown>"
}curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/task/action/push/run \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"tasks": [
{
"task_key": "<string>",
"title": "<string>",
"body": "<string>",
"children_keys": [
"<string>"
],
"depends_on_keys": [
"<string>"
],
"parent_key": "<string>",
"priority": "<string>",
"status": "<string>",
"tags": [
"<string>"
],
"task_external_id": "<string>"
}
],
"repo_remote_url": "<string>",
"user_email": "<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