benchling_api_client.api.requests.get_request_fulfillment module

async asyncio(*, client: Client, request_fulfillment_id: str) Optional[Union[RequestFulfillment, NotFoundError]]

Get a request’s fulfillment

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

Get a request’s fulfillment

sync_detailed(*, client: Client, request_fulfillment_id: str) Response[Union[RequestFulfillment, NotFoundError]]