pub async fn get_endpoint(
    configuration: &Configuration,
    endpoint_id: &str
) -> Result<Endpoint, Error<GetEndpointError>>
Expand description

Retrieve a specific endpoint by its ID.