Skip to main content
GET
Get Thread Info

Overview

Retrieves detailed information about a conversation thread, including message count, patient linkage, activity timestamps, and expiration status.

Authentication

string
required
Your Cura API key

Path Parameters

string
required
The 5-digit thread ID (e.g., 82451)

Request Example

Response

boolean
Whether the request was successful
object
Thread information object

Success Response (200)

Error Responses

Use Cases

Check if Thread is Active

Verify a thread exists before sending messages

Monitor Expiration

Check when the thread will expire to warn users

Track Conversation Length

See how many messages have been exchanged

Verify Patient Linkage

Confirm which patient (if any) the thread is linked to

Example: Check Expiration

Example: Display Thread Stats

Best Practices

Before starting a multi-message flow, verify the thread is still active:
Show users when their thread is about to expire:
Track thread usage patterns:

Create Thread

Start a new conversation

Chat

Send messages to the thread

Delete Thread

Manually end the conversation

Next Steps

Learn About Conversation Threads

Comprehensive guide to thread features and best practices