PipelineStatusCountsOutBody
data object[]nullablerequired
Array [
countinteger<int64>required
statestring
statusstring
]
group_bystringrequired
total_countinteger<int64>required
PipelineStatusCountsOutBody
{
"data": [
{
"count": 0,
"state": "string",
"status": "string"
}
],
"group_by": "string",
"total_count": 0
}