Sign in

List operations

documented

List long-running or batched operations for a given customer resource.

GET /v23/{name=customers/*/operations}Operationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://googleads.googleapis.com/v23/{name=customers/{{$customer_id}}/operations}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "developer-token: {{ADS_DEVELOPER_TOKEN}}" \
  -H "login-customer-id: {{$login_customer_id}}"