Get Issues Label Distribution
See which issue types occur most often.
Query Parameters
filter*string
Message filter expression with created_at lower and upper bounds.
Header Parameters
x-workspace-id?|
Workspace UUID for session-authenticated calls.
Response Body
application/json
application/json
curl -X GET "https://loading/v1/analytics/issues-label-distribution?filter=string"[
{
"label": "string",
"count": 0
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}