benchling_api_client.api.schemas.get_workflow_task_schema module

async asyncio(*, client: Client, schema_id: str) Optional[Union[WorkflowTaskSchema, NotFoundError]]

Get a workflow task schema

async asyncio_detailed(*, client: Client, schema_id: str) Response[Union[WorkflowTaskSchema, NotFoundError]]
sync(*, client: Client, schema_id: str) Optional[Union[WorkflowTaskSchema, NotFoundError]]

Get a workflow task schema

sync_detailed(*, client: Client, schema_id: str) Response[Union[WorkflowTaskSchema, NotFoundError]]