Authorizations
Bearer token with Platform JWT token or API Key.
Path Parameters
Response
Thread deleted.
curl --request GET \
  --url https://api.revong.com/api/v1/assistant/threads/{id} \
  --header 'Authorization: Bearer <token>'Get a thread by ID.
curl --request GET \
  --url https://api.revong.com/api/v1/assistant/threads/{id} \
  --header 'Authorization: Bearer <token>'Bearer token with Platform JWT token or API Key.
Thread deleted.