v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.RunnerConfigurationService

ListHostAuthenticationTokens

Lists host authentication tokens with optional filtering.

Use this method to:

  • View all tokens
  • Filter by runner or user
  • Monitor token status

Examples

  • List all tokens:

    Shows all tokens with pagination.

    pagination:
      pageSize: 20
    
  • Filter by runner:

    Lists tokens for a specific runner.

    filter:
      runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    pagination:
      pageSize: 20
    
post/gitpod.v1.RunnerConfigurationService/ListHostAuthenticationTokens

Query parameters

pageSizeinteger
tokenstring

Request body

Response

Success