Authorization: Bearer ********************
curl --location -g --request GET 'https://preprod.api.crego.io/v1/rego/runners/{{runner_id}}/'
{
"id": "c296a37d-f11d-4d32-bff8-5824a1af5ed9",
"created_at": "2025-03-05T13:38:23.683000",
"updated_at": "2025-03-06T06:19:06.121000",
"created_by": "7880340889",
"ref_id": "RUNNER-253-647",
"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": "applicant_list",
"store_id": "52bcdaf3-6e98-4647-9eb3-acac6dd1d516",
"visited_nodes": {
"_cls": "Activity"
},
"store_info": {},
"node": {
"name": "applicant_list",
"type": "web_form",
"config": {
"forms": [
{
"action": "submit",
"type": "page",
"layout": [
{
"type": "vertical_nav",
"className": "my-3",
"items": [
{
"label": "Ashutosh Sharma",
"icon": "bi-patch-exclamation",
"iconBg": "bg-warning text-white",
"action": "navigate",
"target_node": "applicant_pan_and_mobile",
"query": {
"applicant": 0
}
}
]
},
{
"type": "action",
"text": "Submit for Approval"
}
]
}
]
},
"navigations": [
{
"action_name": "Business Assets Details",
"target_node": "business_assest_details"
}
]
}
}