GET
/
v1
/
conversation
/
{id}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The chatbot's id.

Query Parameters

start
number

The beginning of the date range to query. Unix timestamp in milliseconds.

end
number

The end of the date range to query. Unix timestamp in milliseconds.

sourceTypes
string[]

An array of conversation source types to filter on. Values can be 'app', 'website', 'link', 'discord', or 'zapier'. Leave empty to not filter on source type.

Response

200 - application/json
chatbotName
string
required

The chatbot's name.

conversations
object[]
required

An array of conversations.

createdAt
string
required

The date the chatbot was created. Unix timestamp in milliseconds.

endInterval
string
required

The end of the date range to query. Unix timestamp in milliseconds.

startInterval
string
required

The beginning of the date range to query. Unix timestamp in milliseconds.