Skip to main content
GET
/
v1
/
threads
/
{id}
Retrieve a thread
curl --request GET \
  --url https://api.drin.run/v1/threads/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.drin.run/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Drin API key, sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

200

The thread with every message.