List data exports by message, channel, or user
Retrieves a list of message, channel, or user data exports.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
data_type | string | Specifies the type of a data export. Acceptable values are |
Optional | Type | Description |
---|---|---|
token | string | Specifies a page token that indicates the starting index of a chunk of results to retrieve. If not specified, the index is set as 0. |
limit | int | Specifies the number of data exports to return per page. Acceptable values are |
Response
If successful, this action returns a list of data export resources in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
exported_data[] | array of objects | The array of data export objects. |
next | string | The value of the |
In the case of an error, an error object is returned. A detailed list of error codes is available here.