Sign in

List operations by parent

documented

List operations for a specific parent resource (follows gRPC transcoding pattern).

GET /v23/{name=customers/*/operations}:listOperationsno 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/customers/{{$customer_id}}/operations?filter={{$filter}}&pageSize={{$pageSize}}&pageToken={{$pageToken}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "developer-token: {{DEVELOPER_TOKEN}}" \
  -H "login-customer-id: {{LOGIN_CUSTOMER_ID}}"
List operations by parent · Google Ads · OpenIntegrations