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]]
-
sync(*, client: Client, request_id: str) → Optional[Union[Request, NotFoundError]]
Get a request by ID
-
sync_detailed(*, client: Client, request_id: str) → Response[Union[Request, NotFoundError]]