v2

latestOpenAPI 3.0.02026-07-31355176194.7 KB
v1Sessions

List all sessions

get/v1/sessions

Query parameters

limitnumber

A limit on the number of objects to be returned. Limit can range between 1 and 100.

cursorstring

A cursor for use in pagination. The cursor is the id of the last object returned in the previous request.

campaign_idstring

Filter sessions by campaign id.

contact_idstring

Filter sessions by the id of the contact associated with the session.

call_idstring

Filter sessions by the id of the call associated with the session.

updated_at_fromstring

Only return sessions that were updated after this date.

updated_at_tostring

Only return sessions that were updated before this date.

Response

nextCursorobject nullable required

Cursor for the next page. Null if there are no more results.