benchling_sdk.services.v2.stable.export_service module¶

class ExportService¶

Bases: benchling_sdk.services.v2.base_service.BaseService

Exports.

Export a Notebook Entry.

See https://benchling.com/api/reference#/Exports

export(export_request: ExportItemRequest) → AsyncTaskLink¶

Export a Notebook Entry.

This endpoint launches a long-running task and returns the Task ID of the launched task. The task response contains a link to download the exported item from Amazon S3. The download is a ZIP file that contains the exported PDFs.

See https://benchling.com/api/reference#/Exports/exportItem