Authorization: Bearer ********************
curl --location --request GET 'https://preprod.api.crego.io/v1/rego/checklists/'
{
"count": 0,
"current_page": 0,
"page_size": 0,
"results": [
{
"id": "string",
"can_proceed": true,
"created_at": "string",
"progress": {
"total": 0,
"completed": 0,
"passed": 0,
"failed": 0,
"pending": 0
},
"runner": "string",
"stage": "string",
"status": "string",
"items": [
{
"title": "string",
"description": "string",
"status": "string",
"required": true,
"auto_check_result": {}
}
],
"template": "string",
"updated_at": "string"
}
]
}