Authorization: ********************
{
"newer_than": "1s",
"no_newer_than": "1s",
"after_event_id": 0,
"number_of_records": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/lms/view-queue' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"newer_than": "1s",
"no_newer_than": "1s",
"after_event_id": 0,
"number_of_records": 0
}'
{
"events": [
{
"event_id": 0,
"parent_id": "string",
"input_ids": {
"values": [
"string"
]
},
"element_id": "string",
"process": {
"api_entrypoint": {
"fts_id": "string",
"file_template_id": "string",
"incremental": true,
"encrypted": true
}
},
"upload_ts": "1s",
"started_ts": "1s",
"finished_ts": "1s",
"backoff_till": "1s",
"attempts": 0,
"latest_history": "string"
}
]
}