Skip to main content

ExportRecordingsBody

sourcePlayback source (string)

Possible values: [recordings, preview]

Default value: recordings
name object
anyOf
string

Possible values: <= 256 characters

image_pathImage Path (string)
export_case_id object

ID of the export case to assign this export to

anyOf
string

Possible values: <= 30 characters

ExportRecordingsBody
{
"source": "recordings",
"name": "string",
"image_path": "string",
"export_case_id": "string"
}