Method: customLists.export

Full name: projects.locations.instances.customLists.export

Export custom lists by custom lists names.

HTTP request


Path parameters

Parameters
parent

string

Required. The instance to list CustomLists for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "customLists": [
    string
  ]
}
Fields
customLists[]

string

Required. The custom lists ids to export.

Response body

Response message to export custom lists.

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

JSON representation
{
  "fileContent": string
}
Fields
fileContent

string

Output only. The content of a file containing the exported custom lists as CSV.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.