Skip to main content
Gitpod Insights is a feature that allows organization owners to monitor the usage and adoption of Gitpod in their organization. The Insights page is accessible to organization owners from the Organization Menu in the top-left corner of the Gitpod dashboard and offers the following:
  • A list of all workspaces created in your organization (sorted from most to least recently created) with the following details:
    • Workspace owner (user)
    • Workspace ID
    • Workspace Class and type (meaning workspace or prebuild)
    • Context URL
    • An expandable section with details about all workspace starts
  • A button for exporting the insights data to a CSV file with additional details, including:
    • Detailed timestamps for events such as the workspace creation, deployment, start and stop
    • Workspace metrics such as the size of the workspace image
    • The configured workspace timeout
    • The editor and its version selected when the workspace was created
    • (If applicable) the ID of the prebuild that was used to start the workspace
    • (If applicable) the ID of the imported repository
A detailed list of all properties in the CSV export can be found below: For even more information about the underlying workspace session data, please refer to our ListWorkspaceSessions API.