Skip to main content
GET
Get Chat Threads

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

company_id
integer
required
assistant_type
enum<string> | null

The Assistant types.

Available options:
onboarding,
general,
market_analysis,
campaign_creation

Response

Successful Response

thread_id
string
required
is_completed
boolean
required
date_added
string<date-time>
required
date_updated
string<date-time>
required
name
string | null
description
string | null
extra_data
Extra data used to create the chat thread that is later passed to Assistant Functions (tool calls) · object | null
google_ads_customer
GoogleAdsCustomerSchema · object | null

Schema for GoogleAdsCustomer model.

google_ads_login_customer_id
integer | null
google_business_location
GoogleBusinessLocationSchema · object | null
assistant
AssistantSchema · object | null

The schema for an assistant.