Batch
Objects
Every object and enum the Batch tools accept.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every object and enum the Batch tools accept.
| Field | Type | Description |
|---|---|---|
url * | string | The URL to send the webhook to. |
headers | map of string | Headers to send to the webhook URL. |
metadata | object | Custom metadata that will be included in all webhook payloads. |
events | WebhookEvent[] | Type of events that should be sent to the webhook URL. The server sends all events when this is absent. |
| Value |
|---|
completed |
page |
failed |
started |
Was this page helpful?