Skip to main content
GET
/
api
/
v1
/
conversations
/
{uuid}
/
messages
Get paginated messages of a conversation
curl --request GET \
  --url https://{subdomain}.mindhunters.ai/api/v1/conversations/{uuid}/messages \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Query Parameters

page
integer
default:1
per_page
integer
default:25
Required range: x <= 100
sender
enum<string>

Filter by sender

Available options:
AI,
Human,
Contact
sort_dir
enum<string>
default:asc
Available options:
asc,
desc

Response

Success