---
title: "Get Intent Trigger Route"
method: GET
path: "/api/v1/proxies/{proxy_id}/intent-trigger"
tags: ["proxies"]
---

# Get Intent Trigger Route

`GET /api/v1/proxies/{proxy_id}/intent-trigger`

Return the intent scoring trigger config for this proxy, or defaults if not configured.

## Path parameters

- `proxy_id` string, uuid, required

## Headers

- `Authorization` string, nullable

## Response `200`

Successful Response

- IntentTriggerRead
  - `turn_scope` string, required
  - `first_n` integer, nullable, required
  - `on_tools` string, required
  - `min_content_chars` integer, required
  - `sample_rate` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/xenovia/apis/controlplane.md) · [All operations](https://skmtc.net/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xenovia/controlplane/versions/0e6598cbe8a0/schema)
