List sessions
Sessions
List sessions
Return analyzed production sessions, newest first.
GET
List sessions
Requires
sessions:read.
Combine qualification, intent, booking, date, and email filters to build routing
or synchronization cohorts. Status filters accept comma-separated values.
Results include analyzed production sessions only. Use the session
id as an
idempotency key in downstream systems.Authorizations
Hobbes API key with the hb_live_ prefix.
Query Parameters
Filter by session start time (ISO 8601)
Filter by session start time (ISO 8601)
qualified | unqualified (comma-separated)
high | medium | low | none (comma-separated)
booked | not_booked (comma-separated)
Partial email match
Number of records to return. Defaults to 50 and cannot exceed 200.
Required range:
1 <= x <= 200Zero-based number of records to skip. Use with pagination.total to request the next page.
Required range:
0 <= x <= 1000000