Authorization: ********************
{
"pipeline": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/explorer/explorer/query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pipeline": "string"
}'
{
"result_url": "string",
"result_size_bytes": 0,
"time_filtered_datasources": {
"property1": true,
"property2": true
},
"post_processing_table_query": "string",
"post_processing_summary_query": "string",
"result_urls": {
"property1": {
"url": "string",
"size_bytes": 0
},
"property2": {
"url": "string",
"size_bytes": 0
}
}
}