get https://external.nectarclimate.com/v2/job/
Gets the status and details of a document processing job given a job id. When you submit documents through our API, each submission creates a job that can be tracked. The job status will always be one of 'PENDING', 'COMPLETED', or 'FAILED'. In general jobs will not fail due to retry policies. However, when a job does show 'FAILED' as the status, please get in touch with our team at [email protected]. When the job is completed, this endpoint will also return the ids of processed documents. These document ids represent the successfully processed files and are associated with usage data returned in the usage endpoints. You can use these ids to track the lifecycle of your submitted documents through our system.