List Custom Link sessions
Custom Links
List Custom Link sessions
Return sessions and lifecycle timestamps associated with one Custom Link.
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
Hobbes API key with the hb_live_ prefix.
Path Parameters
Custom Link UUID.
Query Parameters
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