benchling_api_client.api.registry.list_batch_schemas_by_registry module¶
- async asyncio(*, client: Client, registry_id: str) Optional[Union[BatchSchemasList, BadRequestError]] ¶
List batch schemas by registry. Deprecated - use Schemas endpoints instead.
- async asyncio_detailed(*, client: Client, registry_id: str) Response[Union[BatchSchemasList, BadRequestError]] ¶
- sync(*, client: Client, registry_id: str) Optional[Union[BatchSchemasList, BadRequestError]] ¶
List batch schemas by registry. Deprecated - use Schemas endpoints instead.
- sync_detailed(*, client: Client, registry_id: str) Response[Union[BatchSchemasList, BadRequestError]] ¶