Lists sessions for the specified application. You can filter sessions by state and creation time.
get/applications/{applicationId}/sessions
Path parameters
applicationIdstring required
The ID of the application to list sessions for.
Query parameters
nextTokenstring
The token for the next set of session results.
maxResultsinteger
The maximum number of sessions to return in each page of results.
statesSessionState[]
An optional filter for session states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
createdAtAfterstring date-time
The lower bound of the option to filter by creation date and time.
createdAtBeforestring date-time
The upper bound of the option to filter by creation date and time.
Response
Success