View a data export
GET {{baseUrl}}/v3/export/:data_type/:request_id
View a data export
Retrieves information on a message, channel or user data export.
https://sendbird.com/docs/chat/v3/platform-api/guides/data-export#2-view-a-data-export
data_type
Type: string
Description: Specifies the type of a targeted data export. Acceptable values are messages, channels, users, and failedwebhooks.
`requestid`
Type: string
Description: Specifies the unique ID of a data export to retrieve.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e","data_type":"\u003cstring\u003e","status":"\u003cstring\u003e","format":"\u003cstring\u003e","csv_delimiter":"\u003cstring\u003e","timezone":"\u003cstring\u003e","created_at":"\u003cnumber\u003e","start_ts":"\u003cnumber\u003e","end_ts":"\u003cnumber\u003e","channel_urls":["\u003cstring\u003e","\u003cstring\u003e"],"channel_custom_types":["\u003cstring\u003e","\u003cstring\u003e"],"sender_ids":["\u003cstring\u003e","\u003cstring\u003e"],"file":{"url":"\u003cstring\u003e","expires_at":"\u003cnumber\u003e"},"user_ids":["\u003cstring\u003e","\u003cstring\u003e"]}