---
title: "Get First Time Callers"
method: GET
path: "/admin/first-time-callers"
tags: ["admin"]
---

# Get First Time Callers

`GET /admin/first-time-callers`

## Response `200`

Successful Response

- FirstTimeCallerUser[]
  - `user_id` string, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, required
  - `status` 'NOT_SCHEDULING' | 'SCHEDULING' | 'CONFIRMED' | 'COMPLETED', required
  - `first_call_date` string, date-time, nullable
  - `ticker` string, nullable

## Other responses

- `404` — Not found

---

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