v2
latestOpenAPI 3.0.02026-07-26365590.3 KBGet call status distribution
Returns the distribution of calls by status, plus count of contacts not yet called. Pass workspaceId to narrow to a single workspace within the API key scope. The legacy teamId parameter is still accepted but adds a Deprecation: true response header.
Query parameters
Filter by sequence ID
Filter by user membership ID
Filter by call type. "all" includes sequence + direct calls.
Time granularity for grouping results
Start date (ISO format)
End date (ISO format)
Filter stats by a single workspace ID (must be within the API key scope). Stats endpoints accept exactly one workspace, unlike list endpoints which support a comma-separated workspaceIds filter. Replaces the deprecated teamId.
Deprecated — use workspaceId instead. When set, the response includes a Deprecation: true header.
Response
Status distribution statistics
Example response
{
"data": [
{
"date": "2023-10-01T00:00:00.000Z"
}
]
}