GET
/
projects
/
{projectId}
/
conversations
/
{conversationId}
/
messages

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Path Parameters

projectId
string
required

The ID of the project

conversationId
string
required

The ID of the conversation

Response

200 - application/json
sender
enum<string>
required
Available options:
user,
bot,
agent
type
enum<string>
required

The type of the message, which is 'text' for TextMessage

Available options:
text
content
object
required
metadata
object

Token usage or any other metadata for the message

createdAt
string

The date and time the message was created