List collection sessions
Retrieve a paginated list of sessions associated with an issue collection. Returns lightweight session summaries by default, with optional includes for timeline, clicks, and screenshots.
Documentation Index
Fetch the complete documentation index at: https://docs.getdecipher.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Use your Decipher API key as the bearer token.
Path Parameters
The ID of the issue collection Collection ID
"123"
Query Parameters
1 <= x <= 50Cursor for pagination. Use the nextCursor value from a previous response.
ISO 8601 datetime. Only return sessions with issues after this time. Defaults to 24 hours ago.
ISO 8601 datetime. Only return sessions with issues before this time. Defaults to now.
Comma-separated list of optional fields to include: timeline, clicks, screenshots. Requesting screenshots automatically includes clicks.
"timeline,clicks"
Response
Paginated list of collection sessions
list Which optional fields were included in the request
timeline, clicks, screenshots ISO timestamp when included screenshot URLs expire (~3h). Null when no screenshot URLs are present.