Run batch tests
gvt_batch_run_testsQueue up to 500 URLs for batch GEO visibility testing. Returns a batch ID for tracking progress. Optionally add URLs to recurring schedules (daily, weekly, monthly) during the same call. Results are retrieved individually via gvt_get_test_results once the batch completes. A webhook URL can be provided to receive a completion notification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of URL objects to test (max 500) | |
| webhookUrl | No | Optional HTTPS URL to receive a batch completion webhook |