Skip to main content
GET
/
v1
/
stats
/
tag-repartition
Get tag distribution
curl --request GET \
  --url https://api-public.skipcall.app/v1/stats/tag-repartition \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "tagId": "<string>",
      "label": "<string>",
      "count": 123,
      "isSuccess": true,
      "date": "2023-10-01T00:00:00.000Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.skipcall.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your API Key (sk_live_xxx or sk_test_xxx)

Query Parameters

sequenceId
string

Filter by sequence ID

userMembershipId
string

Filter by user membership ID

callType
enum<string>
default:all

Filter by call type. "all" includes sequence + direct calls.

Available options:
all,
sequence,
direct,
inbound,
outbound
granularity
enum<string>
default:none

Time granularity for grouping results

Available options:
hour,
day,
week,
month,
none
startDate
string

Start date (ISO format)

endDate
string

End date (ISO format)

teamId
string

Filter by team ID (must be within API key scope)

Response

Tag distribution statistics

data
object[]
required