List all experiments for a project.
--- BETA: This API is in a Beta launch stage. It is intended for public testing and feedback. While expected to be stable, interfaces may change
with notice, and it may not be subject to the same SLAs as stable features.
HTTP request
GET https://firebaseremoteconfig.googleapis.com/v1/{parent=projects/*/namespaces/*}/experiments
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent project for which to list experiments. Format: projects/{project}/namespaces/{namespace} |
Query parameters
Parameters | |
---|---|
filter |
Optional. Filter expression following AIP-160 The following filters are supported: name: String. The experiment name. |
pageSize |
Optional. The maximum number of items to return per page. If not specified, defaults to 100. |
pageToken |
Optional. The token for the specific page to retrieve. |
Request body
The request body must be empty.
Response body
Response message for experiments.list.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"experiments": [
{
object ( |
Fields | |
---|---|
experiments[] |
List of experiments |
nextPageToken |
Token for the next page |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/firebase.remoteconfig
https://www.googleapis.com/auth/cloud-platform
For more information, see the OAuth 2.0 Overview.