> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baselayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search batch updated

> Emitted when a search batch's downloadable results have been regenerated. A batch's CSV/JSONL/ZIP export and report are a snapshot taken when the batch finished, while some TIN (EIN) verifications were still resolving with the IRS; once those verdicts land the files are rewritten in place with the final results and this event is sent. The payload carries the batch's new `exports_generated_at`; re-download the export to pick up the change. The export URLs themselves are stable, so a cached copy is what goes stale, not the link.



## OpenAPI

````yaml /api-reference/webhooks.json webhook SearchBatch.updated
openapi: 3.1.0
info:
  title: baselayer-api-service
  version: 0.1.0
servers:
  - url: https://api.baselayer.com/
security: []
tags:
  - name: Business Verification
  - name: Liens
  - name: Litigations
  - name: Online
  - name: International
  - name: People
  - name: Portfolio Monitoring
  - name: Platform
paths: {}

````