benchling_api_client.api.requests.get_request_response module¶
- async asyncio(*, client: Client, request_id: str) Optional[Union[RequestResponse, NotFoundError]]¶
Get a request’s response
- async asyncio_detailed(*, client: Client, request_id: str) Response[Union[RequestResponse, NotFoundError]]¶
- sync(*, client: Client, request_id: str) Optional[Union[RequestResponse, NotFoundError]]¶
Get a request’s response
- sync_detailed(*, client: Client, request_id: str) Response[Union[RequestResponse, NotFoundError]]¶