Skip to main content
GET
List accounts
Requires accounts:read. Accounts are ordered by lastSeenAt, newest first. Each record aggregates known people, sessions, bookings, qualified people, high-intent people, time spent, and an account summary. The search parameter performs a case-insensitive partial domain match.

Authorizations

Authorization
string
header
required

Hobbes API key with the hb_live_ prefix.

Query Parameters

search
string | null

Partial domain match

limit
integer
default:50

Number of records to return. Defaults to 50 and cannot exceed 200.

Required range: 1 <= x <= 200
offset
integer
default:0

Zero-based number of records to skip. Use with pagination.total to request the next page.

Required range: 0 <= x <= 1000000

Response

Successful Response

accounts
AccountItem · object[]
required
pagination
Pagination · object
required