List operations by parent
documentedList operations for a specific parent resource (follows gRPC transcoding pattern).
GET /v23/{name=customers/*/operations}:listOperationsno implementation yet0 runsNo 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}}"