---
title: "Get auto-assign status"
method: GET
path: "/scheduler/v2/schedulers/{schedulerId}/shifts/auto-assign/{autoAssignRequestId}"
tags: ["Schedule:v2:Schedulers:Schedule:Shift Auto Assign (V2):Shift Auto Assign"]
---

# Get auto-assign status

`GET /scheduler/v2/schedulers/{schedulerId}/shifts/auto-assign/{autoAssignRequestId}`

Retrieve the status of an auto-assign request using its unique request ID. The response categorizes the results into 'scheduled shifts' for successfully assigned shifts and 'unscheduled shifts' for those where auto-assignment was not successful.

## Path parameters

- `autoAssignRequestId` integer, required — The unique identifier of the auto assign request
- `schedulerId` integer, required — The unique identifier of the schedule

## Response `200`

Successful Response

- APIResponseV2AutoAssignStatusResponse
  - `requestId` string
  - `data` AutoAssignStatusResponse, required
    - `autoAssignRequestId` string, required — The unique identifier of the auto assign request
    - `status` string, nullable — The status of the request
    - `assignedShiftIds` string[], nullable — List of shift IDs that were successfully assigned
    - `unassignedShiftIds` string[], nullable — List of shift IDs that were not successfully assigned

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/connecteam/apis/connecteam-api-documentation.md) · [All operations](https://skmtc.net/connecteam/apis/connecteam-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/connecteam/connecteam-api-documentation/versions/d8f7f302222e/schema)
