---
title: "Get Call Goal"
method: GET
path: "/developer/call-goal"
tags: ["Developer", "Developer - Settings"]
---

# Get Call Goal

`GET /developer/call-goal`

Get the call goal for the current customer.

This endpoint is restricted to developer users only.
Returns the custom call goal used for evaluating whether calls achieved their purpose.

When set, this goal is used in the LLM prompt when grading calls to determine
if the goal was accomplished.

Example goals:
- "Collect caller name and book a consultation"
- "Take a message with caller name and callback number"
- "Gather incident details and schedule an appointment"

## Response `200`

Successful Response

- CallGoalResponse — Response with customer's call goals
  - `customer_id` string, uuid, required — The customer ID
  - `inbound_call_goal` string, nullable — Call goal for inbound calls
  - `outbound_call_goal` string, nullable — Call goal for outbound calls

---

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