interface GetInsightWorkspaces {
    limit?: number;
    start?: number;
}

Properties

Properties

limit?: number

The maximum number of workspace IDs to return per page. Default: 50 See the Pagination section for more details.

start?: number

The starting index of the returned workspace IDs. Base index: 0 See the Pagination section for more details.