benchling_api_client.api.assay_results.get_assay_result module¶
- async asyncio(*, client: Client, assay_result_id: str) Optional[Union[AssayResult, BadRequestError]] ¶
Get a result
- async asyncio_detailed(*, client: Client, assay_result_id: str) Response[Union[AssayResult, BadRequestError]] ¶
- sync(*, client: Client, assay_result_id: str) Optional[Union[AssayResult, BadRequestError]] ¶
Get a result
- sync_detailed(*, client: Client, assay_result_id: str) Response[Union[AssayResult, BadRequestError]] ¶