Method: projects.apps.debugTokens.list

Lists allDebugTokens for the specified app.

For security reasons, thetoken field is never populated in the response.

HTTP request

GET https://firebaseappcheck.googleapis.com/v1/{parent=projects/*/apps/*}/debugTokens

The URL usesgRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The relative resource name of the parent app for which to list each associatedDebugToken, in the format:

projects/{project_number}/apps/{app_id}

Query parameters

Parameters
pageSize

integer

The maximum number ofDebugTokens to return in the response. Note that an app can have at most 20 debug tokens.

The server may return fewer than this at its own discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.

pageToken

string

Token returned from a previous call todebugTokens.list indicating where in the set ofDebugTokens to resume listing. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided todebugTokens.list must match the call that provided the page token; if they do not match, the result is undefined.

Request body

The request body must be empty.

Response body

Response message for thedebugTokens.list method.

If successful, the response body contains data with the following structure:

JSON representation
{"debugTokens":[{object (DebugToken)}],"nextPageToken":string}
Fields
debugTokens[]

object (DebugToken)

TheDebugTokens retrieved.

nextPageToken

string

If the result list is too large to fit in a single response, then a token is returned. If the string is empty or omitted, then this response is the last page of results.

This token can be used in a subsequent call todebugTokens.list to find the next group ofDebugTokens.

Page tokens are short-lived and should not be persisted.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/firebase

For more information, see theOAuth 2.0 Overview.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-09-25 UTC.