curl --location --request GET '/v2/scans/running_scans'
{
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string"
},
"attributes": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"next_scheduled_at": {
"type": "string"
},
"in_timezone": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
}