Okta Identity Governance
/End user APIs
/- Retrieve the status of a bulk-review submission
List all resource connections for my review
Submit a bulk-review decision
List my reviews for a campaign
Submit my review actions
Retrieve the status of a...
OAuth 2.0 scope:
- okta.governance.reviewer.read
Retrieves the job status of a bulk-review submission. Use this request to monitor the status of a bulk-review submission.
GET
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v1/my/campaigns/{campaignId}/reviews/bulk-decisions/jobs/{jobId}'Response for the bulk-review submission job
The bulk-review submission request status
| Enum Value | Description |
|---|---|
| ACCEPTED | Bulk-review decision submission has been accepted and is pending processing |
| IN_PROGRESS | Bulk-review decision submission is processing |
| COMPLETED | Bulk-review decision submission was processed and completed successfully |
| ERROR | Bulk-review decision submission ended with errors |
A list of errors encountered while processing the bulk review submission job
Response
- Accepted response to bulk review decision. |tooltip| Accepted response to bulk review decision.
- Bulk-review decision job status with conflict error status |tooltip| This indicates that some of the reviews in the bulk decision submission have had their decision status changed since the submission was made, which has caused the bulk decision job to fail. The response includes a failure reason message and links to view the affected review records.
Accepted response to bulk review decision.
{ "id": "aae3l2XZ300xRq1rV0g3", "status": "COMPLETED", "eligibleReviewRecordCount": 100, "_links": { "self": { … }, "reviewRecordsProcessed": { … } } }