Get the message conversation for a phone number

View as Markdown
Returns paginated inbound and outbound message logs for a given phone number, optionally filtered by date range.

Authentication

X-App-Idstring

Your MessageBlue App ID, sent in clear on every request. It is paired with request signing: each request is also signed with your App Secret (see the Authentication tag). The App Secret itself is NEVER transmitted — it is only the HMAC signing key.

Path parameters

phoneNumberstringRequired

Query parameters

dateFromstringOptional
dateTostringOptional

Response

OK
okboolean
dataobject

Endpoint-specific payload wrapped in a standard success envelope.

metaobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error