Skip to main content
Server path: /celtra | Type: Application | PCID required: Yes

Tools

ToolDescription
celtra_export_outputs_jsonExport outputs as JSON
celtra_export_outputs_tsvExport outputs as TSV
celtra_export_outputs_zipExport outputs as ZIP

celtra_export_outputs_json

Export outputs as JSON Parameters:
ParameterTypeRequiredDefaultDescription
assetFormatsobjectNoSpecifies the desired output format for each asset type. If omitted, default formats are used.
callerstringNoCustom string to identify the caller or request source.
filtersobjectYesFilters to select which outputs to export. At least one of designFile.id, folder.id, or account.id (with designFile.lastModificationTimestamp) is required. Filter operators: eq (equals), gt (greater than), gte (greater than or equal), lt (less than), lte (less than or equal).

celtra_export_outputs_tsv

Export outputs as TSV Parameters:
ParameterTypeRequiredDefaultDescription
assetFormatsobjectNoSpecifies the desired output format for each asset type. If omitted, default formats are used.
callerstringNoCustom string to identify the caller or request source.
filenamestringNoName for the resulting file. Defaults to “export”.
filtersobjectYesFilters to select which outputs to export. At least one of designFile.id, folder.id, or account.id (with designFile.lastModificationTimestamp) is required. Filter operators: eq (equals), gt (greater than), gte (greater than or equal), lt (less than), lte (less than or equal).
responseFormatstringNo“urls” returns a TSV with download URLs. “paths” returns a ZIP containing the TSV and asset files.

celtra_export_outputs_zip

Export outputs as ZIP Parameters:
ParameterTypeRequiredDefaultDescription
assetFormatsobjectNoSpecifies the desired output format for each asset type. If omitted, default formats are used.
callerstringNoCustom string to identify the caller or request source.
filenamestringNoName for the resulting ZIP file. Defaults to “export”.
filtersobjectYesFilters to select which outputs to export. At least one of designFile.id, folder.id, or account.id (with designFile.lastModificationTimestamp) is required. Filter operators: eq (equals), gt (greater than), gte (greater than or equal), lt (less than), lte (less than or equal).