benchling_api_client.api.exports.export_item module

async asyncio(*, client: Client, json_body: ExportItemRequest) Optional[Union[AsyncTaskLink, BadRequestError]]

This endpoint launches a [long-running task](#/Tasks/getTask) 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.

async asyncio_detailed(*, client: Client, json_body: ExportItemRequest) Response[Union[AsyncTaskLink, BadRequestError]]
sync(*, client: Client, json_body: ExportItemRequest) Optional[Union[AsyncTaskLink, BadRequestError]]

This endpoint launches a [long-running task](#/Tasks/getTask) 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.

sync_detailed(*, client: Client, json_body: ExportItemRequest) Response[Union[AsyncTaskLink, BadRequestError]]