Skip to main content
GET
List Custom Link sessions
Requires custom_links:read or custom_links:write. The response contains minimal session references, lifecycle stages, timestamps, and whether session analysis is available. It does not include transcripts, visitor identifiers, or prospect metadata. Retrieve full analyzed session detail with GET /api/v1/sessions/{session_id} and a sessions:read scope.

Authorizations

Authorization
string
header
required

Hobbes API key with the hb_live_ prefix.

Path Parameters

Custom Link UUID.

Query Parameters

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

sessions
CustomLinkSessionReference · object[]
required
total
integer
required
limit
integer
required
offset
integer
required