ListSessionsRequest: {
    orderBy?: ListSessionsRequestOrderBy;
    page?: number;
    pageSize?: number;
    platformId?: string;
    projectId?: string;
    tags?: string[];
}

Type declaration

  • OptionalorderBy?: ListSessionsRequestOrderBy

    Sort order of the returned sessions.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Maximum number of sessions to return per page.

  • OptionalplatformId?: string

    List sessions that have been created for this platform.

  • OptionalprojectId?: string

    List sessions belonging to this project ID.

  • Optionaltags?: string[]

    List sessions with these tags.