cURL
curl --request GET \ --url https://api.example.com/v1/threads/{thread_id}
Retrieve metadata for a specific thread
GET https://tako.com/api/v1/threads/{thread_id}
Authorization: Bearer YOUR_API_KEY
thread_id
curl -X GET https://tako.com/api/v1/threads/thread_abc123 \ -H "Authorization: Bearer YOUR_API_KEY"
{ "thread_id": "thread_abc123", "created_at": "2024-01-15T10:30:00Z", "in_focus_card_id": "card_xyz789" }