---
title: "Get a conversation"
method: GET
path: "/v4/authvia/conversations/{conversationId}"
tags: ["Authvia TXT2PAY"]
---

# Get a conversation

`GET /v4/authvia/conversations/{conversationId}`

## Response `200`

The conversation corresponding to the provided `conversationId`.

- object
  - `id` string — The Authvia v4 UUID for the conversation.
  - `phone` string — The conversation customer's ten-digit phone number. US and CA numbers only.
  - `date` string, date-time — The creation date for the conversation.
  - `status` 'in progress' | 'expired' | 'completed' — The conversation status.
  - `firstName` string — The conversation customer's first name.
  - `lastName` string — The conversation customer's last name.
  - `recordId` string — The NMI marketplace v4 UUID for the conversation.
  - `expiration` string, date-time — The expiration date for the conversation.
  - `amount` string — The conversation amount in USD.
  - `topic` string — The resolution this conversation is trying to reach.
  - `instructions` string — A short intro or message to send along with the payment request to help provide more context.

---

[API](https://skmtc.net/nmi/apis/embedded-components-api.md) · [All operations](https://skmtc.net/nmi/apis/embedded-components-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmi/embedded-components-api/revisions/45c2ecda3685/schema)
