Path Parameters
The project id.
The rollout id.
The stage id.
Body
The name is the resource name to execute the export against. Format: instances/{instance}/databases/{database} Format: instances/{instance} Format: projects/{project}/rollouts/{rollout} Format: projects/{project}/rollouts/{rollout}/stages/{stage}
The SQL statement to execute.
The maximum number of rows to return.
The export format.
FORMAT_UNSPECIFIED
, CSV
, JSON
, SQL
, XLSX
The admin is used for workspace owner and DBA for exporting data from SQL Editor Admin mode. The exported data is not masked.
The zip password provide by users.
The id of data source. It is used for querying admin data source even if the instance has read-only data sources. Or it can be used to query a specific read-only data source.
The default schema to search objects. Equals to the current schema in Oracle and search path in Postgres.
Response
OK
The export file content.