Skip to main content
POST
List Credit Transactions

Authorizations

X-API-Key
string
header
required

Body

application/json
fromUtc
string<date-time> | null

Optional inclusive UTC lower bound for transaction creation time.

toUtc
string<date-time> | null

Optional inclusive UTC upper bound for transaction creation time.

featureTypes
enum<string>[] | null

Optional billing activity types to include. Omit or pass an empty array for all activities.

Available options:
email_unlock,
email_verification,
phone_unlock,
messaging_generation,
researcher_agent,
qualification_agent,
contact_enrichment,
company_enrichment,
signal
limit
integer | null

Maximum transactions to return. Defaults to 10 and is capped at 50.

cursor
string | null

Cursor returned by a previous list_credit_transactions call.

userId
string | null

Optional FirstTouch user id. When supplied, only transactions attributed to this user are returned.

source
string | null

Optional transaction source filter: Mcp, WebApp, Extension, PublicApi, or Unknown.

Response

Tool result.

summary
string
required
teamId
string
required
effectiveFilters
object
required
items
object[]
required
cursor
string | null
required
totalCount
integer
required