v1

latestOpenAPI 3.0.12026-07-135210550.0 KB
Analyze Agreements

Create Agreement: Verify Upload Status

Verify the upload status of a file by upload ID in Analyze.

get/analyze/v1/uploads/{id}

Path parameters

idstring required

id

Response

successful

upload_idstring uuid required

UUID of Upload

statusstring required

Status of the Upload

agreement_idstring uuid required

UUID of the related Agreement

updated_datestring required

Last Updated Date of the Upload

messagestring nullable required

Additional information about the Upload status

Example response

{
  "upload_id": "0d797b42-15f7-11ee-ae77-67008a40b00c",
  "status": "success",
  "updated_date": "2022-10-23",
  "message": "2021-09-23"
}