curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/github_repo/private/get_by_owner_name \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"name": "<string>",
"owner": "<string>"
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": {
"_id": "<string>",
"name": "<string>",
"owner": "<string>",
"flow_file_count": 123,
"flow_hash_updated_at": 123,
"flow_total_hash": "<string>"
}
}curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/github_repo/private/get_by_owner_name \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"name": "<string>",
"owner": "<string>"
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": {
"_id": "<string>",
"name": "<string>",
"owner": "<string>",
"flow_file_count": 123,
"flow_hash_updated_at": 123,
"flow_total_hash": "<string>"
}
}Token of the format "Bearer {token}" for normal authentication and "Convex {token}" for admin tokens.
Show child attributes