Contract Revisions
Get Contract Revision Seal Status
Returns the current status of the seal process for a contract revision. If longPolling=true and the state is IN_PROGRESS, the response is held for up to 10 seconds until the state changes. If no state change occurs within that time, IN_PROGRESS is returned. If longPolling=false (default), the current state is returned immediately.
get/api/agreement/v1/contract-revisions/{id}/seals/status
Path parameters
idstring uuid required
Query parameters
longPollingboolean
Response
OK
'NOT_STARTED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' required