benchling_api_client.api.schemas.get_batch_schema module¶
- async asyncio(*, client: Client, schema_id: str) Union[BatchSchema, None, NotFoundError]¶
Get a batch schema by ID
- async asyncio_detailed(*, client: Client, schema_id: str) Response[Union[BatchSchema, None, NotFoundError]]¶
- sync(*, client: Client, schema_id: str) Union[BatchSchema, None, NotFoundError]¶
Get a batch schema by ID
- sync_detailed(*, client: Client, schema_id: str) Response[Union[BatchSchema, None, NotFoundError]]¶