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.
Book a demoLog in
DocumentationAPI ReferenceModel VersioningChangelog
DocumentationAPI ReferenceModel VersioningChangelog
    • Authentication
    • API Versioning
    • Deployments
    • Error Handling
  • Endpoints
  • Webhook Events
      • POSTParse Run Processed
      • POSTParse Run Failed
LogoLogo
Book a demoLog in
Webhook EventsParse

Parse Run Processed

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.processed"
10}
Was this page helpful?
Previous

Parse Run Failed

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