Skip to main content
GET
/
threads
/
{thread_id}
Get Thread
curl --request GET \
  --url https://api.puppeteerai.com/threads/{thread_id} \
  --header 'Authorization: <authorization>'
{
  "id": "<string>",
  "usage": {
    "billable_messages": 123,
    "billable_message_cost": 123,
    "voice_minutes": 123,
    "voice_cost": 123,
    "total_cost": 123
  },
  "alias": "<string>",
  "timezone": "<string>"
}

Headers

Authorization
string
required

Path Parameters

thread_id
string
required

Response

Successful Response

id
string
required

The unique identifier for the thread.

usage
ThreadUsage · object
required

Usage statistics for the thread.

alias
string | null

An optional alias for the thread.

timezone
string | null

Timezone of the thread.