Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/lms/pipeline-canvases/list-pipeline-canvases' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"pipeline_canvas_previews": [
{
"metadata": {
"pipeline_canvas_sid": 0,
"name": "string",
"description": "string",
"created_date": "1s",
"last_edited": "1s"
},
"entrypoints": [
"string"
],
"exchanges": [
"string"
],
"element_count": 0,
"entrypoint_metadata": [
{
"element_id": "string",
"name": "string",
"cron_string": "string",
"last_run_time": "1s",
"recent_error_message": "string"
}
]
}
]
}