ConversationsV1Message

Retrieve a list of all messages in the conversation

Retrieve a list of all messages in the conversation

get/v1/Conversations/{ConversationSid}/Messages

Path parameters

ConversationSidstring required

The unique ID of the Conversation for messages.

Query parameters

Order'asc' | 'desc'

The sort order of the returned messages. Can be: asc (ascending) or desc (descending), with asc as the default.

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 100.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK

Changes

Changed in 6 of the 51 revisions of this API.62

    • the // response's property type changed from object to no type for status

      response-property-type-changed

    • the /// response's property type changed from object to no type for status

      response-property-type-changed

    • for the query request parameter PageSize, the max was decreased from 1000.00 to 100.00

      request-parameter-max-decreased

    • the // response's property type changed from no type to object for status

      response-property-type-changed

    • the /// response's property type changed from no type to object for status

      response-property-type-changed

    • for the query request parameter PageSize, the format changed from no format to int64

      request-parameter-type-changed

    • the response's property default value 0 was added for the status

      response-property-default-value-added

    • api tag ConversationsV1Message added

      api-tag-added