---
title: "Get Croo Review Queue"
method: GET
path: "/developer/croo/review-queue"
tags: ["Developer", "Developer - Croo"]
---

# Get Croo Review Queue

`GET /developer/croo/review-queue`

Calls that passed the filters but were screened as non-intake (or
flagged for manual review) — awaiting a developer's decision.

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- CrooReviewQueueResponse
  - `entries` CrooReviewItem[]
    - `croo_call_id` string, uuid, required
    - `review_status` string, required
    - `screen_reason` string, nullable
    - `caller_number` string, nullable
    - `dialed_number` string, nullable
    - `from_name` string, nullable
    - `from_user_ext` string, nullable
    - `to_user_ext` string, nullable
    - `start_time` string, date-time, nullable
    - `duration_seconds` integer, nullable
    - `has_recording` boolean
    - `transcript` object[], nullable
    - `created_at` string, date-time, required
  - `total` integer

## 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)
