v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Message Exports

Get Message Store Report Archive

Returns the created report with message data not including attachments.

get/restapi/v1.0/account/{accountId}/message-store-report/{taskId}/archive

Path parameters

accountIdstring required

Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)

taskIdstring required

Internal identifier of a task

Response

Success

Example response

{
  "records": [
    {
      "size": 201412
    }
  ]
}