---
title: "Get Triage Number"
method: GET
path: "/api/v1/imessage/triage-number"
tags: ["iMessage"]
---

# Get Triage Number

`GET /api/v1/imessage/triage-number`

## Query parameters

- `agent_identity_id` string, uuid, nullable — Resolve the connect command + link/QR for this agent identity. Org-wide callers (admin keys / JWT) may pass any identity in the org; agent-scoped keys may only pass their own.

## Response `200`

Successful Response

- IMessageTriageNumberResponse
  - `number` string, required
  - `connect_command` string, required
  - `sms_link` string, required
  - `connect_qr_png_data_url` string, required

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inkbox/inkbox-api/revisions/31f357e7e6f8/schema)
