Skip to content
Dark mode

Check process status

Returns the status of a reviewer assignment process by process ID.

Prerequisites

  1. Authentication and setup: A valid access token.
  2. Assign reviewers to users: The call that returns the process ID.
GET /services/data/v2.0/mtobjects/BulkAddReviewers/status/PROCESS_ID

Replace PROCESS_ID with the process ID returned by Assign reviewers to users.

Base URL: the standard REST host for your region. See Base URLs.

Headers: Authorization: Bearer ACCESS_TOKEN.

Parameter Type Required Description
PROCESS_ID string Required Process ID generated as a response for the Assign reviewers to users API.

This endpoint does not have any JSON request parameters.

Field Type Description
status string Status for the specified process ID, shown as a single string in the response example: SUCCESS, QUEUED, RUNNING, or FAILED.
{
"status": "SUCCESS"
}