Service IDP - Execution Result - Retrieve
Equivalent to getDocumentActionExecution
Usage:
- Retrieve the Results of any Execution
- After a document action successfully processes a document, or after a reviewer verifies and submits a document queued for review, the results are available for consumption.
Execution Results Reference
When you query the results of an execution, the IDP API returns any of the following statuses:
ACKNOWLEDGED: The document action execution request was received.IN_PROGRESS: The execution started.RESULTS_PENDING: The execution finished and IDP is processing the results.MANUAL_VALIDATION_REQUIRED: The execution finished but the results need manual validation.FAILED: The execution request finished unsuccessfully.PARTIAL_SUCCESS: The execution request finished but some sub-tasks failed.SUCCEEDED: The execution request finished successfully.
Configuration:

Underlying API:
See the IDP Runtime Service API specification for the full OpenAPI definition.
Endpoint: GET /api/v1/organizations/{organizationId}/actions/{actionId}/versions/{versionSemantic}/executions/{executionId}
