Skip to main content
POST
Preview matched call count
Always preview before running. This call is free — it only counts matching calls without using any AI credits.

Authorizations

Authorization
string
header
default:sk_your_api_key
required

API key with sk_ prefix. Create one in Org Settings → API Keys.

Path Parameters

key
string
required

Unique slice key

Body

application/json

Filters for preview count. dateFrom and dateTo are required. All other filters are optional.

dateFrom
string<date>
required

Start date (inclusive)

Example:

"2026-03-26"

dateTo
string<date>
required

End date (inclusive)

Example:

"2026-04-26"

callTypes
string[]

Filter by call types

Maximum array length: 100
callOwnerEmails
string[]

Filter by call owner emails

Maximum array length: 100
companyDomains
string[]

Filter by company domains

Maximum array length: 100
crmDealIds
integer<int64>[]

Filter by CRM deal IDs

Maximum array length: 100
crmCompanyIds
integer<int64>[]

Filter by CRM company IDs

Maximum array length: 100
crmDealStages
string[]

Filter by CRM deal stages

Maximum array length: 100
Example:
crmAmountMin
number

Minimum CRM deal amount

crmAmountMax
number

Maximum CRM deal amount

crmCustomFieldFilters
object[]

Custom CRM field filters

Response

Matched call count

data
object
required