Authorization: Bearer ********************
curl --location --request GET 'https://preprod.api.crego.io/v1/rego/runners/?page=1&page_size=15'
{ "count": 0, "current_page": 0, "page_size": 0, "results": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "ref_id": "ref12345", "flow_id": "123e4567-e89b-12d3-a456-426614174000", "design_id": "123e4567-e89b-12d3-a456-426614174000", "visited_nodes": { "property1": [ { "name": "string", "action": "string", "user_id": "string", "timestamp": "string", "data": {} } ], "property2": [ { "name": "string", "action": "string", "user_id": "string", "timestamp": "string", "data": {} } ] }, "created_at": "2023-01-01T00:00:00Z", "created_by": "string", "updated_by": "string", "updated_at": "2023-01-01T01:00:00Z", "fields": {} } ] }