---
title: "Get Croo Intake Prompt"
method: GET
path: "/developer/croo/intake-prompt"
tags: ["Developer", "Developer - Croo"]
---

# Get Croo Intake Prompt

`GET /developer/croo/intake-prompt`

The customer's intake-screening criteria (or the built-in default).

## Response `200`

Successful Response

- CrooIntakePrompt — Per-customer intake-screening criteria. `prompt` is None when the customer hasn't customized it; `effective_prompt` is what the screen actually uses (the customer prompt or the built-in default).
  - `prompt` string, nullable
  - `effective_prompt` string, required
  - `is_default` boolean, required

---

[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/b642b91e0a5c/schema)
