Skip to content

List data exports

GET
/v1/data_exports/

List data exports for the organization.

skip
Skip
integer
0
limit
Limit
integer
default: 100 >= 1 <= 1000
order_by
Any of:
string

Successful Response

Response List Data Exports V1 Data Exports Get
Array<object>
DataExportResponse

Schema for data export response.

object
id
required
Id
string format: uuid
organization_id
required
Organization Id
string format: uuid
export_type
required
Export Type
string
status
required
Status
string
filters
Any of:
object
key
additional properties
any
file_path
Any of:
string
record_count
Any of:
integer
progress
Any of:
integer
error_message
Any of:
string
started_at
Any of:
string format: date-time
completed_at
Any of:
string format: date-time
created_at
required
Created At
string format: date-time

Unauthorized

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object