Database APIs
Create a Database Export Job
{
// A name/label for the export. Will be included export artifact name
name: string,
// One or more databases from which to export
databases: UUID[],
// Export type, defaults to "application/json"
media_type?: "application/json" | "application/xlsx" | "text/csv",
filters?: {
// ISO8601 timestamp
start_date?: Timestamp,
end_date?: Timestamp,
}
}{"id":"6a3a88cc-797d-40c1-82ce-9fd15e0e3d02","status":"STARTED"}Retrieve Organization Database Records
Filtering Records
Retrieve Archived Organization Database Records
Data Retention Policy
Database Assets

List Database Assets (Metadata)
Download a Database Asset
Retrieve a Database Asset Metadata
Create a Database Asset
Update a Database Asset
Last updated
Was this helpful?