Retrieve Approval
Retrieve the approval status of a specific object within a pipeline. This endpoint is useful for checking the current approval state of an object, which can be critical in workflows that require validation or authorization steps.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the object for which the approval status is being retrieved.
The unique identifier for the type of object being referenced.
The unique identifier of the pipeline containing the object.
Response
successful operation
The current approval status of the object. This indicates whether the object is approved, pending approval, or rejected.
APPROVED, NO_APPROVAL_NEEDED, NOT_APPLICABLE, PENDING, REJECTED The date and time when this approval status record was created, in ISO 8601 format.
The unique identifier for this approval status object.
The unique identifier of the object whose approval status is being tracked.
The type identifier of the object, indicating what kind of object is being approved.
The unique identifier of the pipeline in which the object is located.
The unique identifier of the pipeline stage where the object currently resides.
The date and time when this approval status record was last updated, in ISO 8601 format.
The unique identifier for the approval process instance associated with this object.