benchling_api_client.api.assay_results.bulk_get_assay_results module¶
- async asyncio(*, client: Client, assay_result_ids: str) Optional[Union[AssayResultsBulkGet, BadRequestError]] ¶
Up to 200 IDs can be specified at once.
- async asyncio_detailed(*, client: Client, assay_result_ids: str) Response[Union[AssayResultsBulkGet, BadRequestError]] ¶
- sync(*, client: Client, assay_result_ids: str) Optional[Union[AssayResultsBulkGet, BadRequestError]] ¶
Up to 200 IDs can be specified at once.
- sync_detailed(*, client: Client, assay_result_ids: str) Response[Union[AssayResultsBulkGet, BadRequestError]] ¶