Authorization: ********************
{
"element_id": "string",
"begin": "1s",
"end": "1s",
"time_range": "string",
"entrypoint_id": "string",
"parent_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/classifier/events/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"element_id": "string",
"begin": "1s",
"end": "1s",
"time_range": "string",
"entrypoint_id": "string",
"parent_id": "string"
}'
{
"rows": [
{
"input_record_count": 0,
"output_record_count": 0,
"discarded_record_count": 0,
"begin": "1s",
"end": "1s",
"element_id": "string",
"entrypoints": [
"string"
],
"parent_ids": [
"string"
],
"columns": [
"string"
],
"total_queue_wait_seconds": 0,
"total_processing_seconds": 0,
"total_queue_wait_milliseconds": 0,
"total_processing_milliseconds": 0,
"msgs": [
"string"
]
}
]
}