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

# Webhook for document upload job completion

> Fires when a document upload job finishes processing, including jobs that created no new documents (duplicates, non-utility files, password-protected files, or processing errors). The payload matches the job status endpoint. Failed jobs also fire this event with status FAILED.



## OpenAPI

````yaml /api-reference/openapi-v2-2.json webhook job.completed.v2
openapi: 3.1.0
info:
  title: Nectar API Documentation
  version: 1.0.0 (v1)
  description: >-
    Complete API documentation for v2.2 endpoints to managing companies, sites,
    data, and documents
servers:
  - url: https://external.nectarclimate.com/v2.2
    description: Nectar API Server
security: []
paths: {}

````