---
title: "Assignments removal status"
method: GET
path: "/people-api/v3/accounts/{accountUid}/processes/{processUid}"
tags: ["Workflow Assignment"]
---

# Assignments removal status

`GET /people-api/v3/accounts/{accountUid}/processes/{processUid}`

Checking state of workflow assignments removal process

## Path parameters

- `accountUid` string, uid, required
- `processUid` string, uuid, required

## Response `200`

OK

- WorkflowAssignmentProcessResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `processUid` string
      - `processState` 'RUNNING' | 'COMPLETED' | 'FAILED' — The total number of users matching the request
      - `createdDate` string — The date the process was created
      - `requested` integer — Number of total workers within process
      - `processed` integer — Number of processed workers within process

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/versions/2a73d11e9b98/schema)
