Retrieve a thread by its ID
cURL
curl --request GET \ --url https://itz.am/api/v1/threads/{id} \ --header 'Api-Key: <api-key>'
{ "id": "thread_1234567890", "name": "My Thread", "lookupKeys": [ "user-123-session" ], "contextSlugs": [ "special-docs", "admin-files" ], "createdAt": "2021-01-01T00:00:00.000Z", "updatedAt": "2021-01-01T00:00:00.000Z" }
The API key to use for authentication
Successfully retrieved thread
The response is of type object.
object