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.
API key authentication. Use your Decipher API key as the bearer token.
The ID of the issue collection Collection ID
"123"
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"
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.