---
title: "Get Call Id"
method: POST
path: "/eval/get-call-id"
---

# Get Call Id

`POST /eval/get-call-id`

Start a new eval call.

Regression tests usually pre-store API/LLM mocks through
/eval/regression-mocks and pass callUUID so first-turn actions can read
mocks immediately. apiMocks is still accepted for older eval callers.

## Headers

- `authorization` string, nullable
- `x-internal-api-key` string, nullable

## Request body

- GetCallIdRequest
  - `agentId` string, required
  - `useCustomPrompt` boolean, nullable
  - `apiMocks` object, nullable
  - `callUUID` string, nullable
  - `callStartTime` string, nullable
  - `customerPhoneNumber` string, nullable
  - `businessPhoneNumber` string, nullable
  - `callIdFirestore` string, nullable
  - `startFlowId` string, nullable
  - `startNodeId` string, nullable
  - `liveVariables` object[], nullable
  - `simulationMode` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/phonely/apis/fastapi.md) · [All operations](https://skmtc.net/phonely/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phonely/fastapi/versions/9bfd5599d479/schema)
