Get a data export
Retrieves information on a message, channel, or user data export.
HTTP request
Note: If you are using the in-app channel in Delight AI agent, the endpoint for your API request should start with
https://api-{application_id}.svc.delight.ai/v3instead ofhttps://api-{application_id}.sendbird.com/v3. For more details, refer to our Delight AI agent guide.
Parameters
The following table lists the parameters that this action supports.
Required
| Parameter name | Type | Description |
|---|---|---|
data_type | string | Specifies the type of a data export. Acceptable values are |
request_id | string | Specifies the unique ID of a data export. |
Response
If successful, this action returns a data export resource and export status in the response body. When the value of status is done, the URL link to the data export results is included in the response.
In the case of an error, an error object is returned. A detailed list of error codes is available here.