Authorization: ********************
{
"pipeline_canvas_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/lms/pipeline-canvases/get-pipeline-canvas-events' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pipeline_canvas_sid": 0
}'
{
"queued_events": {
"property1": 0,
"property2": 0
},
"processing_events": {
"property1": 0,
"property2": 0
},
"entrypoint_failures": {
"property1": "string",
"property2": "string"
}
}