Skip to content

Get Export Data

GET
/api/v1/workspaces/{workspace_id}/exports/{id}/export_data

Retrieves the export data.

workspace_id
required
integer

Workspace ID

id
required
integer

Export ID

Successful

object
email_name
required
string
Example
My Email
email_id
required
integer
Example
12345
outputs
required
Array<object>
object
email_id
required
integer
Example
12345
name
required
string
Example
My Email
html
required
string
Example
<html><body><h1>Hello, world!</h1></body></html>
subject
required
string
Example
Hello, world!
preheader
required
string
Example
Hello, world!
locale
required
string
Example
en
plain_text
required
string
Example
Hello, world!

Unauthorized

object
message
required
string
Example
Record not found

Forbidden

object
message
required
string
Example
Record not found

Not Found

object
message
required
string
Example
Record not found