Starts execution for a stored query. The results will be written to the specified destination table. The returned operation Operation.name can be used to poll for status, wait for completion, or cancel the operation.
HTTP request
POST https://fullcirclequery.googleapis.com/v2/queries/{queryName}:start
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
queryName |
The name of the query to execute. |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"spec": {
object ( |
Fields | |
---|---|
spec |
The query parameter specification used for execution. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/adsdatahub
https://www.googleapis.com/auth/xapi.zoo