benchling_api_client.api.legacy_workflows_deprecated.list_stage_run_registered_samples module

async asyncio(*, client: Client, stage_run_id: str) Optional[WorkflowSampleList]

List stage run registered samples

async asyncio_detailed(*, client: Client, stage_run_id: str) Response[WorkflowSampleList]
sync(*, client: Client, stage_run_id: str) Optional[WorkflowSampleList]

List stage run registered samples

sync_detailed(*, client: Client, stage_run_id: str) Response[WorkflowSampleList]