cURL
curl --request GET \ --url https://api.ledgerbeam.com/v1/chats/threads \ --header 'API-KEY: <api-key>'
[ { "id": "thread_abc123", "name": "Top customers this month", "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:35:00Z" } ]
Retrieve a list of all conversation threads
API key for authentication
Threads retrieved successfully
Thread ID
"thread_abc123"
Thread name
"Top customers this month"
Creation timestamp
"2024-01-15T10:30:00Z"
Last update timestamp
"2024-01-15T10:35:00Z"