Get Thread Info
Conversation Threads
Get Thread Info
Retrieve information about a conversation thread
GET
Get Thread Info
Overview
Retrieves detailed information about a conversation thread, including message count, patient linkage, activity timestamps, and expiration status.Authentication
Your Cura API key
Path Parameters
The 5-digit thread ID (e.g.,
82451)Request Example
Response
Whether the request was successful
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
Check expiration before long operations
Check expiration before long operations
Before starting a multi-message flow, verify the thread is still active:
Display expiration warnings to users
Display expiration warnings to users
Show users when their thread is about to expire:
Use for analytics and monitoring
Use for analytics and monitoring
Track thread usage patterns:
Related Endpoints
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

