For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI ReferenceChangelogModel Versioning
GuidesAPI ReferenceChangelogModel Versioning
    • Getting Started
    • Authentication
    • API Versioning
    • SDKs
    • Deployments
    • Error Codes
    • Async Processing
  • Endpoints
  • Webhook Events
      • POSTParse Run Processed
      • POSTParse Run Failed
LogoLogo
Webhook EventsParse

Parse Run Failed

Payload
1{
2 "eventId": "string",
3 "payload": {
4 "object": "parse_run_status",
5 "id": "pr_xK9mLPqRtN3vS8wF5hB2cQ",
6 "status": "PROCESSING",
7 "failureReason": "FILE_TYPE_NOT_SUPPORTED"
8 },
9 "eventType": "parse_run.failed"
10}
Was this page helpful?
Previous

Extract Run Processed

Next
Built with

Payload

The payload of this webhook request is an object.
eventIdstringRequired
Unique identifier for the event
payloadobjectRequired
Minimal parse run status object sent in webhook notifications. Contains only the essential status information, without the full output data.

Response

200
Return a 200 status to indicate that the webhook was received successfully