benchling_api_client.api.requests.get_request module¶
- async asyncio(*, client: Client, request_id: str) Optional[Union[Request, NotFoundError]] ¶
Get a request by ID
- async asyncio_detailed(*, client: Client, request_id: str) Response[Union[Request, NotFoundError]] ¶