Authorization: Bearer ********************
{"flow_id": "264500a4-3873-4cb7-baf9-0a4656bff933"}
curl --location --request POST 'https://preprod.api.crego.io/v1/rego/runners/' \
--header 'Content-Type: application/json' \
--data-raw '{"flow_id": "264500a4-3873-4cb7-baf9-0a4656bff933"}'
{
"id": "fe63e88b-16ea-4ecb-a517-9071658fb9d0",
"created_at": "2025-03-05T13:37:16.386601",
"updated_at": null,
"created_by": "",
"ref_id": "RUNNER-253-646",
"flow_id": "264500a4-3873-4cb7-baf9-0a4656bff933",
"design_id": "234ee7a1-6940-49f1-bd7e-d23f1b2625d0",
"params": {
"storage": {
"vendor": "${SECRET.storage.vendor}",
"creds_key": "test_storage_s3_creds"
}
},
"current_node": "gst_or_pan_input",
"store_id": "fbe94701-4be6-4588-945e-4b3b3f24b53b",
"visited_nodes": null,
"store_info": {}
}