---
title: "Force Graduate Croo Call"
method: POST
path: "/developer/croo/review-queue/{croo_call_id}/graduate"
tags: ["Developer", "Developer - Croo"]
---

# Force Graduate Croo Call

`POST /developer/croo/review-queue/{croo_call_id}/graduate`

Manually graduate a parked call into a Call regardless of the screen
verdict. The Call is created asynchronously (reusing the screening
transcript); poll the review queue for the resulting call_id.

## Path parameters

- `croo_call_id` string, uuid, required

## Response `200`

Successful Response

- CrooForceGraduateResponse — Result of requesting a manual graduate of a parked croo_call. The Call is created asynchronously (reusing the screening transcript), so call_id is populated only when the row had already graduated; otherwise clients re-poll the review queue (the row leaves it once graduated).
  - `croo_call_id` string, uuid, required
  - `call_id` string, uuid, nullable
  - `queued` boolean
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
