Skip to main content
GET
Summarize activity

Authorizations

Authorization
string
header
required

Pass API key as Authorization: Bearer <api_key>.

Query Parameters

from
string

Inclusive activity window start. Use RFC3339 or YYYY-MM-DD. Date-only values are interpreted in the requested timezone.

to
string

Exclusive activity window end. Use RFC3339 or YYYY-MM-DD. Date-only values are interpreted in the requested timezone and advance to the start of the following local day. The response repeats the normalized instant in filters.to with to_exclusive: true.

timezone
string
default:UTC

IANA timezone used for date-only from and to filters. Defaults to UTC.

account_id
string[]

Filter by TalkToHumans LinkedIn account ID in activity facts. Repeat the query parameter for multiple accounts. The backend also accepts comma-separated values.

Pattern: ^[1-9][0-9]*$
user_id
string[]

Filter by TalkToHumans user ID in activity facts. Repeat the query parameter for multiple users. The backend also accepts comma-separated values.

Pattern: ^[1-9][0-9]*$
event_type
enum<string>[]

Filter by activity event type. Repeat the query parameter for multiple event types. The backend also accepts comma-separated values.

Available options:
connection_request_sent,
connection_request_accepted,
incoming_connection_request_accepted,
message_scheduled,
message_sent,
follow_up_sent,
message_received,
outbound_reply_received,
template_run_started,
template_run_replied
channel
string[]

Filter by activity channel, such as linkedin_message, linkedin_inmail, or linkedin_connection. Repeat the query parameter for multiple channels. The backend also accepts comma-separated values.

source
string[]

Filter by activity emitter source, such as canonical_messages, canonical_chats, canonical_sequence_steps, sequence_runner_report, or canonical_account_participants. Repeat the query parameter for multiple sources. The backend also accepts comma-separated values.

tag
string

Reserved for future tag-attributed reporting. Passing this parameter currently returns 400 bad_request.

Response

Activity summary.

data
object
required