v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422181132.4 KB

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

nextTokenstring

The output displays the token for the next set of session results. This is required for pagination and is available as a response of the previous request.