GET/v0/inboxes/yourinbox@agentmail.to/threads/thread_123
Path Parameters
View in API Reference
Request
1from agentmail import AgentMail
2
3client = AgentMail(api_key="YOUR_TOKEN", )
4client.threads.get(
5 thread_id="thread_123"
6)
Response