---
title: "UpdatesAvailableEventData"
url: "https://developer.agentsync.io/apis/producer-sync-api/versions/73929b36-7345-4da4-bd67-f8cea6ba3de4/schemas/UpdatesAvailableEventData"
---

> Full API specification: https://developer.agentsync.io/apis/producer-sync-api/versions/73929b36-7345-4da4-bd67-f8cea6ba3de4.md

# UpdatesAvailableEventData

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: ProducerSync API
  version: v2.86.10
servers:
  - url: https://api.sandbox.agentsync.io
    description: Sandbox
components:
  schemas:
    UpdatesAvailableEventData:
      type: object
      required:
        - runDate
      properties:
        runDate:
          type: string
          format: date
          description: The NIPR run date the completed batch covers. Pass this as
            `updatedSince` to fetch only the records that changed.
          example: 2025-07-24
```
