This endpoint, given a poll ID, returns the metadata of all sessions in a paginated manner. By default, it brings the first 1000 records from the current year. Optional parameters can be used to control the date range and pagination.
Authorization API Key. Can be obtained at https://app.treble.ai/en/dashboard/settings/developers
ID of the poll from which you want to obtain the sessions
Timestamp UNIX UTC for the start date of the range to query
Timestamp UNIX UTC for the end date of the range to query
Integer between 1 and 10,000 that indicates the number of sessions to recover
1 <= x <= 10000
Pagination cursor returned in the 'next_id' property of the previous response
List of session metadata obtained correctly
The response is of type object
.