---
title: "Get Vxt Diagnostics"
method: GET
path: "/vxt/diagnostics"
tags: ["VXT"]
---

# Get Vxt Diagnostics

`GET /vxt/diagnostics`

Developer-only diagnostics for the VXT integration.

## Response `200`

Successful Response

- VXTDiagnosticsResponse — Developer-only diagnostics for the VXT integration.
  - `status` string, required
  - `vxt_uid` string, required
  - `vxt_email` string, nullable
  - `vxt_org_id` string, nullable
  - `webhook_token` string, required — Per-customer bearer token used to authenticate VXT webhooks
  - `transcript_source` string — Active transcript source: 'vxt' or 'assemblyai'
  - `has_stored_password` boolean — Whether VXT email/password creds are stored for auto-recovery
  - `id_token_expires_at` string, nullable
  - `last_error_at` string, nullable
  - `last_error_msg` string, nullable
  - `last_successful_call_at` string, nullable
  - `recent_calls` VXTDiagnosticsEntry[], required
    - `call_id` string, uuid, nullable
    - `external_call_id` string, required
    - `status` string, required
    - `direction` string, nullable
    - `started_at` string, nullable
    - `error_description` string, nullable

---

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